mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-12 01:18:35 +08:00
Fix missing pfree() in logtape.c, missed by 24d85952.
This commit is contained in:
@ -660,6 +660,7 @@ LogicalTapeSetClose(LogicalTapeSet *lts)
|
||||
if (lt->buffer)
|
||||
pfree(lt->buffer);
|
||||
}
|
||||
pfree(lts->tapes);
|
||||
pfree(lts->freeBlocks);
|
||||
pfree(lts);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user