1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2026-05-16 09:48:14 +02:00

fix pg_free

This commit is contained in:
Anastasia
2017-06-07 17:50:59 +03:00
parent 2525daa544
commit 7affcd16e6
+1 -1
View File
@@ -340,7 +340,7 @@ backup_data_file(const char *from_root, const char *to_root,
n_blocks_read++;
}
pg_free(&file->pagemap);
pg_free(file->pagemap.bitmap);
pg_free(iter);
}