mirror of
https://github.com/postgres/postgres.git
synced 2025-06-13 07:41:39 +03:00
Unallocate opaque.
This commit is contained in:
@ -215,6 +215,7 @@ gistendscan(IndexScanDesc s)
|
||||
if (p != (GISTScanOpaque) NULL) {
|
||||
gistfreestack(p->s_stack);
|
||||
gistfreestack(p->s_markstk);
|
||||
pfree (s->opaque);
|
||||
}
|
||||
|
||||
gistdropscan(s);
|
||||
|
Reference in New Issue
Block a user