Plug memory leak
Introduced by b08dee24a557. Noted by Coverity.
This commit is contained in:
parent
390984f926
commit
cf72898c68
@ -4329,6 +4329,7 @@ append_depends_on_extension(Archive *fout,
|
||||
}
|
||||
|
||||
PQclear(res);
|
||||
destroyPQExpBuffer(query);
|
||||
pg_free(nm);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user