mirror of
https://github.com/postgres/postgres.git
synced 2026-04-21 14:19:26 -04:00
Fix assorted memory leaks.
Per Coverity (not that any of these are so non-obvious that they should not have been caught before commit). The extent of leakage is probably minor to unnoticeable, but a leak is a leak. Back-patch as necessary. Michael Paquier
This commit is contained in:
parent
349ce2870f
commit
a24ceea4b3
1 changed files with 1 additions and 0 deletions
|
|
@ -14155,6 +14155,7 @@ getExtensionMembership(Archive *fout, ExtensionInfo extinfo[],
|
|||
addObjectDependency(&contable->dataObj->dobj,
|
||||
reftable->dataObj->dobj.dumpId);
|
||||
}
|
||||
PQclear(res);
|
||||
destroyPQExpBuffer(query);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue