提交 8b1c1ffe 编写于 作者: D Daniel Gustafsson

Fix PQExpBuffer leak in oid dumping

Commit f51f2f57 backported upstream commit caddcb8f
but missed one destroyPQExpBuffer() call in the merge. Add to avoid
a tiny leak in the early exit path and to align us with upstream.
上级 55d27292
......@@ -8344,6 +8344,7 @@ dumpOpfamily(Archive *fout, OpfamilyInfo *opfinfo)
destroyPQExpBuffer(query);
destroyPQExpBuffer(q);
destroyPQExpBuffer(delq);
destroyPQExpBuffer(labelq);
return;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册