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

Commit77503a7

Browse files
committed
pg_dump: fix double free of query results
This bug was introduced while refactoring in commit1631598 --- no needto back-patch.Bug report and fix from Joachim Wieland.
1 parent814e08e commit77503a7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

‎src/bin/pg_dump/pg_dump.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2372,8 +2372,6 @@ dumpBlobs(Archive *fout, void *arg)
23722372
PQclear(res);
23732373
}while (ntups>0);
23742374

2375-
PQclear(res);
2376-
23772375
return1;
23782376
}
23792377

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp