Re: [BUGS] Possible memory leak/memory issue in pg_dump

2012-08-14 Thread Tom Lane
Joe Tennant 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 stru

[BUGS] Possible memory leak/memory issue in pg_dump

2012-08-14 Thread Joe Tennant
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). /* * Each large object has its own BLOB archive