Index: src/pl/plpython/plpython.c =================================================================== RCS file: /projects/cvsroot/pgsql-server/src/pl/plpython/plpython.c,v retrieving revision 1.25 diff -c -r1.25 plpython.c *** src/pl/plpython/plpython.c 2002/10/14 04:20:52 1.25 --- src/pl/plpython/plpython.c 2002/10/19 17:28:41 *************** *** 1850,1856 **** * In the against arguments: SPI_saveplan has stuck this under * the top context so there must be a reason for doing that. */ ! pfree(ob->plan); } if (ob->types) PLy_free(ob->types); --- 1850,1856 ---- * In the against arguments: SPI_saveplan has stuck this under * the top context so there must be a reason for doing that. */ ! SPI_freeplan(ob->plan); } if (ob->types) PLy_free(ob->types);