From 086e291b39b8fd03be1c518fcb2cbb487cbd0648 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=92=9F=E6=89=BF=E5=BF=97?= <842536125@qq.com> Date: Tue, 29 Oct 2024 20:28:24 +0800 Subject: [PATCH] modified: catalog.cpp Changes to be committed: modified: catalog.cpp Changes to be committed: modified: catalog.cpp --- src/bin/pg_probackup/catalog.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bin/pg_probackup/catalog.cpp b/src/bin/pg_probackup/catalog.cpp index 350ac6e36..6a7a066d8 100644 --- a/src/bin/pg_probackup/catalog.cpp +++ b/src/bin/pg_probackup/catalog.cpp @@ -2390,7 +2390,6 @@ finish: pg_free(backup_mode); pg_free(start_lsn); pg_free(stop_lsn); - pg_free(status); pg_free(parent_backup); pg_free(merge_dest_backup); pg_free(program_version);