pgsql: Fix memory leak.

Поиск
Список
Период
Сортировка
От Tatsuo Ishii
Тема pgsql: Fix memory leak.
Дата
Msg-id E1fTjMr-0001Vd-BH@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tatsuo Ishii
Дата:
Сообщение: Re: pgsql: Convert debug message from ereport to elog
Следующее
От: Alexander Korotkov
Дата:
Сообщение: pgsql: Fix memory leak in PLySequence_ToJsonbValue()