pgsql: Free memory properly in pg_restore.c

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Free memory properly in pg_restore.c
Date: 2025-04-12 18:57:34
Message-ID: E1u3g2o-003z7K-1U@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Free memory properly in pg_restore.c

Thinko in commit 39729ec01d2. Mea maxima culpa.

Per Mahendra Singh Thalor <mahi6run(at)gmail(dot)com>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/f09088a01d3372fdfe5da12dd0b2e24989f0caa6

Modified Files
--------------
src/bin/pg_dump/pg_restore.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2025-04-13 18:46:53 pgsql: Make AIO error test more portable
Previous Message Andrew Dunstan 2025-04-12 18:33:35 Re: pgsql: Fix fat fingering in 22cb6d28950