Plug memory leak

Introduced by b08dee24a557.  Noted by Coverity.
This commit is contained in:
Alvaro Herrera
2020-03-16 16:27:13 -03:00
parent 540ef37cc0
commit 55978e28cd

View File

@ -4296,6 +4296,7 @@ append_depends_on_extension(Archive *fout,
}
PQclear(res);
destroyPQExpBuffer(query);
pg_free(nm);
}
}