mirror of
https://gitee.com/he3db/he3pg.git
synced 2024-12-02 12:17:34 +08:00
modify memory-free function
This commit is contained in:
parent
a47003db19
commit
3bac5aa6a2
@ -1094,7 +1094,7 @@ ReadBuffer_common(SMgrRelation smgr, char relpersistence, ForkNumber forkNum,
|
|||||||
|
|
||||||
if(pageXlogBuf != NULL)
|
if(pageXlogBuf != NULL)
|
||||||
{
|
{
|
||||||
free_dataRead(pageXlogBuf, 1, 1);
|
free(pageXlogBuf);
|
||||||
pageXlogBuf = NULL;
|
pageXlogBuf = NULL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user