Commit 046001fe authored by Alvaro Herrera's avatar Alvaro Herrera

Plug memory leak

Introduced by b08dee24.  Noted by Coverity.
parent 013c1f6a
......@@ -4335,6 +4335,7 @@ append_depends_on_extension(Archive *fout,
}
PQclear(res);
destroyPQExpBuffer(query);
pg_free(nm);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment