]> granicus.if.org Git - postgresql/commit
Fix memory leak.
authorTatsuo Ishii <ishii@postgresql.org>
Fri, 15 Jun 2018 07:32:59 +0000 (16:32 +0900)
committerTatsuo Ishii <ishii@postgresql.org>
Fri, 15 Jun 2018 07:32:59 +0000 (16:32 +0900)
commit969274d813018b08389956e493f691671f0d84f1
tree8de35978c5e1564ef96fe86b0babcfa3d2a08155
parent74da7cda31c07122257c527d9fd068dc28493fc8
Fix memory leak.

Memory is allocated twice for "file" and "files" variables in
BufFileOpenShared().

Author: Antonin Houska
Discussion: https://postgr.es/m/11329.1529045692%40localhost
src/backend/storage/file/buffile.c