Context freed. It's not necessary.

git-svn-id: http://svn.osgeo.org/postgis/trunk@7026 b70326c6-7e19-0410-871a-916f4a2858ee
This commit is contained in:
Jorge Arévalo 2011-04-13 19:53:58 +00:00
parent 731d665c71
commit 2abf24ed59

View file

@ -2138,7 +2138,7 @@ Datum RASTER_mapAlgebra(PG_FUNCTION_ARGS)
SET_VARSIZE(pgraster, pgraster->size);
rt_raster_destroy(ctx, newrast);
// XXX jorgearevalo: Dont destroy context. I think we need it here...
rt_context_destroy(ctx);
PG_RETURN_POINTER(pgraster);
}