pgsql: Fix memory leak.
pgsql: Fix memory leak.
От:
Tatsuo Ishii <ishii@postgresql.org>
Дата:
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 Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/969274d813018b08389956e493f691671f0d84f1 Modified Files -------------- src/backend/storage/file/buffile.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)