On Tue, Jul 28, 2026 at 11:44 PM shveta malik <[email protected]> wrote: > > On Tue, Jul 28, 2026 at 10:30 AM Peter Smith <[email protected]> wrote: > > > > FWIW, I detected a missing `list_free`, which seems to have been > > accidentally left out from commit 923def9. > > > > Added: > > list_free(relids_with_collist); > > > > Consistent with the existing: > > list_free(relids_with_rf); > > > > Okay since list_free for both relids and relids_with_rf are there, I > think list_free for 'relids_with_rf' also make sense. So LGTM. > > thanks > Shveta > >
This is a great find, LGTM!
