mirror of
https://github.com/postgres/postgres.git
synced 2025-05-29 16:21:20 +03:00
Plug memory leak
Introduced by b08dee24a557. Noted by Coverity.
This commit is contained in:
parent
b83da9e6ee
commit
7984c7e9fc
@ -3491,6 +3491,7 @@ append_depends_on_extension(Archive *fout,
|
||||
}
|
||||
|
||||
PQclear(res);
|
||||
destroyPQExpBuffer(query);
|
||||
pg_free(nm);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user