[PATCH] FIx resource leaks (pg_resetwal.c) - Mailing list pgsql-hackers

From Ranier Vilela
Subject [PATCH] FIx resource leaks (pg_resetwal.c)
Date
Msg-id CAEudQAprothuY+xjdGYwF3=MVwXmPgEtE_q9Lkv7gEwpTfKvMw@mail.gmail.com
Whole thread Raw
Responses Re: [PATCH] FIx resource leaks (pg_resetwal.c)
List pgsql-hackers
Hi,
Per Coverity.

read_controlfile alloc memory with pg_malloc and fail in releasing the memory.

regards,
Ranier Vilela
Attachment

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Poll: are people okay with function/operator table redesign?
Next
From: Andres Freund
Date:
Subject: Re: [PATCH] FIx resource leaks (pg_resetwal.c)