提交 a157098f 编写于 作者: B Bruce Momjian

Fixed double pfree on opaque.

上级 bf80f41e
......@@ -8,7 +8,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/catalog/indexing.c,v 1.4 1996/11/06 07:31:22 scrappy Exp $
* $Header: /cvsroot/pgsql/src/backend/catalog/indexing.c,v 1.5 1996/11/11 14:02:10 momjian Exp $
*
*-------------------------------------------------------------------------
*/
......@@ -269,8 +269,6 @@ CatalogIndexFetchTuple(Relation heapRelation,
}
index_endscan(sd);
if (sd->opaque)
pfree(sd->opaque);
pfree(sd);
return (tuple);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册