Avoid memory leak on error while parsing pg_stat_statements dump file

By using palloc() instead of raw malloc().

Reported-by: Gaurav Singh <[email protected]>
Reviewed-by: Lukas Fittl <[email protected]>
Reviewed-by: Daniel Gustafsson <[email protected]>
Discussion: 
https://www.postgresql.org/message-id/caecq1byr9s4eqlfdjzzjhu8fj-mtbmrpw-9j-r2gscn+hes...@mail.gmail.com
Backpatch-through: 14

Branch
------
REL_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/92cf11171baf64723412c996c641e6cc124d11d6

Modified Files
--------------
contrib/pg_stat_statements/pg_stat_statements.c | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)

Reply via email to