Joe Tennant <joetenn...@gmail.com> writes: > While browsing the code, "pg_dump.c" the following block *appears* to > be problematic. Additionally, there *appears* to be a malloc without a > free (return or assignment) in the function "getBlobs(Archive *AH)" > (pg_dump.c lines 2169 thru 2188 v9.1.4).
All those data structures are supposed to survive for the life of the pg_dump run, so this isn't a leak. regards, tom lane -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs