pgpool: Fix double pfree in 1b63aeb31.

From: Tatsuo Ishii <ishii(at)postgresql(dot)org>
To: pgpool-committers(at)lists(dot)postgresql(dot)org
Subject: pgpool: Fix double pfree in 1b63aeb31.
Date: 2025-07-19 06:29:48
Message-ID: E1ud14t-007k05-2f@gothos.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgpool-committers

Fix double pfree in 1b63aeb31.

By an oversight, the commit could bring a double pfree situation.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=dfef74ff97a546aca2f6ebccf275c2ab727b7342

Modified Files
--------------
src/protocol/pool_process_query.c | 1 +
1 file changed, 1 insertion(+)

Browse pgpool-committers by date

  From Date Subject
Next Message Tatsuo Ishii 2025-07-19 06:45:03 pgpool: Fix memory leak.
Previous Message Tatsuo Ishii 2025-07-19 06:12:48 pgpool: Fix indentation.