[postgis-devel] ggeometry_consistent -- CVS quash?

David Blasby dblasby at refractions.net
Thu Apr 8 10:12:22 PDT 2004


I made another change to ggeometry_consistent (in postgis_gist_72.c) and 
I noticed that the memory-leak changes I put in were no longer there.

Could people who've modified this function in the last little while 
check to make sure its still correct?

The two changes I made are:

1. convert_box3d_to_box_p( &(query->bvol) , &thebox);
      This fixes the memory leak.  Note: thebox is now a real struct 
instead of a pointer to one.

2.   I check to see if query is NULL before detoasting it.

dave







More information about the postgis-devel mailing list