Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1ed5493

Browse files
committed
Fix assorted memory leaks.
Per Coverity (not that any of these are so non-obvious that they should nothave been caught before commit). The extent of leakage is probably minorto unnoticeable, but a leak is a leak. Back-patch as necessary.Michael Paquier
1 parent8989a52 commit1ed5493

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎src/bin/pg_dump/pg_dump.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15133,6 +15133,7 @@ getExtensionMembership(Archive *fout, ExtensionInfo extinfo[],
1513315133
addObjectDependency(&contable->dataObj->dobj,
1513415134
reftable->dataObj->dobj.dumpId);
1513515135
}
15136+
PQclear(res);
1513615137
destroyPQExpBuffer(query);
1513715138
}
1513815139

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp