1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-13 07:41:39 +03:00

Unallocate opaque.

This commit is contained in:
Bruce Momjian
1996-11-15 18:36:31 +00:00
parent a180738ddd
commit f8e02c192a
2 changed files with 2 additions and 3 deletions

View File

@ -215,6 +215,7 @@ gistendscan(IndexScanDesc s)
if (p != (GISTScanOpaque) NULL) {
gistfreestack(p->s_stack);
gistfreestack(p->s_markstk);
pfree (s->opaque);
}
gistdropscan(s);