mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2026-06-21 01:34:15 +02:00
Some fix for --note option
This commit is contained in:
@@ -2045,6 +2045,7 @@ pgBackupFree(void *backup)
|
||||
pfree(b->primary_conninfo);
|
||||
pfree(b->external_dir_str);
|
||||
pfree(b->root_dir);
|
||||
pfree(b->note);
|
||||
pfree(backup);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user