Missing list_free in publicationcmds.c:OpenTableList - Mailing list pgsql-hackers

From Peter Smith
Subject Missing list_free in publicationcmds.c:OpenTableList
Date
Msg-id CAHut+Pt3bgyt==d6GCj=p9qu4sVSH_KQWLN7cMaH0RdJCO-K_Q@mail.gmail.com
Whole thread
List pgsql-hackers
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);

======
Kind Regards,
Peter Smith.
Fujitsu Australia

Attachment

pgsql-hackers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: Recovery conflict resolution misses backends that import snapshots
Next
From: Alexander Lakhin
Date:
Subject: plpython tests fail against python 3.14 under Valgrind