Re: Fix tiny memory leaks - Mailing list pgsql-hackers

From Masahiko Sawada
Subject Re: Fix tiny memory leaks
Date
Msg-id CAD21AoB3E02Y5OKwjtuXG8ebqLX_PHw-OeCx8LSg32MjhkSCwA@mail.gmail.com
Whole thread Raw
In response to Re: Fix tiny memory leaks  (Daniel Gustafsson <daniel@yesql.se>)
Responses Re: Fix tiny memory leaks
List pgsql-hackers
On Fri, Dec 6, 2024 at 12:49 AM Daniel Gustafsson <daniel@yesql.se> wrote:
>
> > On 6 Dec 2024, at 09:38, Tofig Aliev <t.aliev@postgrespro.ru> wrote:
>
> > There is a memory leak in functions check_application_name() and check_cluster_name().
> > Functions are located in src/backend/commands/variable.c
>
> LGTM.

LGTM. It seems commit a9d58bfe8a3a missed to fix this memory leak.

Regards,

--
Masahiko Sawada
Amazon Web Services: https://aws.amazon.com



pgsql-hackers by date:

Previous
From: Tomas Vondra
Date:
Subject: Re: Parallel heap vacuum
Next
From: Daniel Gustafsson
Date:
Subject: Re: Fix tiny memory leaks