postgis/liblwgeom
Sandro Santilli c9ca6dfe39 Fix memory leak in lw_dist2d_poly_curvepoly and lw_dist2d_circstring_poly
Also clear the memory management for lwcurvepoly_construct_from_lwpoly .
Fixes #2949.

git-svn-id: http://svn.osgeo.org/postgis/trunk@13021 b70326c6-7e19-0410-871a-916f4a2858ee
2014-10-01 13:54:05 +00:00
..
cunit Remove memory leaks from TWKB unit tester 2014-10-01 13:26:53 +00:00
box2d.c Remove some duplicate headers (much of this to be done...) 2011-10-30 20:57:56 +00:00
g_box.c Replace MAXFLOAT with more "standard" FLT_MAX 2014-09-19 16:27:20 +00:00
g_serialized.c #2090, gserialized_read_gbox_p sets Z dimension instead of M dimension for two-point lines 2012-11-13 22:48:31 +00:00
g_serialized.txt Wrap lines within 80 columns 2011-10-27 14:35:07 +00:00
g_util.c Comment on the dump_toupper function 2012-11-15 00:15:24 +00:00
liblwgeom.h.in Add ST_ClipByBox2D and lwgeom_clip_by_rect (#2939) 2014-09-26 08:51:07 +00:00
liblwgeom_internal.h Replace MAXFLOAT with more "standard" FLT_MAX 2014-09-19 16:27:20 +00:00
lwalgorithm.c #2622, Update links to PostGIS website in source file headers 2014-01-29 17:49:35 +00:00
lwcircstring.c #2622, Update links to PostGIS website in source file headers 2014-01-29 17:49:35 +00:00
lwcollection.c Fix unused variable warning 2014-09-25 15:01:34 +00:00
lwcompound.c #2622, Update links to PostGIS website in source file headers 2014-01-29 17:49:35 +00:00
lwcurvepoly.c Fix memory leak in lw_dist2d_poly_curvepoly and lw_dist2d_circstring_poly 2014-10-01 13:54:05 +00:00
lwgeodetic.c Replace MAXFLOAT with more "standard" FLT_MAX 2014-09-19 16:27:20 +00:00
lwgeodetic.h #2634, should fix geography-tree-distance errors in cases 2014-03-24 15:25:39 +00:00
lwgeodetic_tree.c Replace MAXFLOAT with more "standard" FLT_MAX 2014-09-19 16:27:20 +00:00
lwgeodetic_tree.h #2634, should fix geography-tree-distance errors in cases 2014-03-24 15:25:39 +00:00
lwgeom.c #2622, Update links to PostGIS website in source file headers 2014-01-29 17:49:35 +00:00
lwgeom_api.c Replace MAXFLOAT with more "standard" FLT_MAX 2014-09-19 16:27:20 +00:00
lwgeom_debug.c #2622, Update links to PostGIS website in source file headers 2014-01-29 17:49:35 +00:00
lwgeom_geos.c Add support for auto-fix geom structure for GEOS conversions 2014-10-01 12:35:58 +00:00
lwgeom_geos.h Add support for auto-fix geom structure for GEOS conversions 2014-10-01 12:35:58 +00:00
lwgeom_geos_clean.c Add support for auto-fix geom structure for GEOS conversions 2014-10-01 12:35:58 +00:00
lwgeom_geos_node.c Adapt the rest of the code to the change in LWGEOM2GEOS function 2014-10-01 13:13:46 +00:00
lwgeom_geos_split.c Adapt the rest of the code to the change in LWGEOM2GEOS function 2014-10-01 13:13:46 +00:00
lwgeom_log.h #2622, Update links to PostGIS website in source file headers 2014-01-29 17:49:35 +00:00
lwgeom_sfcgal.c #2883 warning SET_VARSIZE(PTR,len) redefined. get rid of assert (its included via liblwgeom_internal (way down there), not the ultimate issue though for this., pgsql_compat.h get rid of legacy postgresql 8.2 crap. We haven't supported 8.2 in like 7 years (sfcgal was somehow falling into this loop don't know why since postgis_config.h 2014-08-08 01:13:56 +00:00
lwgeom_sfcgal.h #2790 SET_VARSIZE redefined - to fix swapped out liblwgeom.h with liblwgeom_internal.h which includes reference to postgis_config.h to do conditional right thing based in pg version 2014-06-30 02:43:21 +00:00
lwgeom_transform.c #2622, Update links to PostGIS website in source file headers 2014-01-29 17:49:35 +00:00
lwhomogenize.c #2622, Update links to PostGIS website in source file headers 2014-01-29 17:49:35 +00:00
lwin_encoded_polyline.c Clean up warnings in encoded polyline code 2014-07-07 22:53:43 +00:00
lwin_geojson.c Still build libjson code when having 0.9 2014-06-25 12:31:42 +00:00
lwin_wkb.c Add more debug prints 2014-04-09 17:02:10 +00:00
lwin_wkt.c Remove many warnings from -pedantic build, and clean up parser globals a little more thoroughly. 2012-11-09 00:09:35 +00:00
lwin_wkt.h Add circular tree calculations and associated tests in support of faster geography calculations. 2012-06-15 22:51:57 +00:00
lwin_wkt_lex.c Regenerate parser with bison 3.0.2 and flex 2.5.35 2014-09-05 15:25:27 +00:00
lwin_wkt_lex.l Fix "'input' defined but not used" warning on building generated parser 2014-09-05 14:38:18 +00:00
lwin_wkt_parse.c Regenerate parser with bison 3.0.2 and flex 2.5.35 2014-09-05 15:25:27 +00:00
lwin_wkt_parse.h Regenerate parser with bison 3.0.2 and flex 2.5.35 2014-09-05 15:25:27 +00:00
lwin_wkt_parse.y Fix %name-prefix usage in gramma file 2014-09-05 14:38:30 +00:00
lwline.c #2845, fix patch 2014-08-01 18:47:40 +00:00
lwlinearreferencing.c #2622, Update links to PostGIS website in source file headers 2014-01-29 17:49:35 +00:00
lwmcurve.c #2622, Update links to PostGIS website in source file headers 2014-01-29 17:49:35 +00:00
lwmline.c #2622, Update links to PostGIS website in source file headers 2014-01-29 17:49:35 +00:00
lwmpoint.c #2622, Update links to PostGIS website in source file headers 2014-01-29 17:49:35 +00:00
lwmpoly.c #2622, Update links to PostGIS website in source file headers 2014-01-29 17:49:35 +00:00
lwmsurface.c #2622, Update links to PostGIS website in source file headers 2014-01-29 17:49:35 +00:00
lwout_encoded_polyline.c Clean up warnings in encoded polyline code 2014-07-07 22:53:43 +00:00
lwout_geojson.c #2622, Update links to PostGIS website in source file headers 2014-01-29 17:49:35 +00:00
lwout_gml.c #2632, ST_AsGML for curve types 2014-02-05 17:43:48 +00:00
lwout_kml.c #2622, Update links to PostGIS website in source file headers 2014-01-29 17:49:35 +00:00
lwout_svg.c #2622, Update links to PostGIS website in source file headers 2014-01-29 17:49:35 +00:00
lwout_twkb.c This should repair the build but the emty geometry twkb is still corrupt 2014-09-30 04:16:10 +00:00
lwout_twkb.h Add support for bboxes in twkb 2014-09-30 03:05:28 +00:00
lwout_wkb.c Allow WKB generation to do direct memcpy of coordinates in specific cases. 2012-10-25 18:54:27 +00:00
lwout_wkt.c #2015, ST_IsEmpty('POLYGON EMPTY') returns False 2012-11-02 21:14:44 +00:00
lwout_x3d.c #2882 warbubg too many arguments for format 2014-08-08 00:34:36 +00:00
lwpoint.c #2622, Update links to PostGIS website in source file headers 2014-01-29 17:49:35 +00:00
lwpoly.c #2720, lwpoly_add_ring should update maxrings after realloc 2014-08-22 21:38:45 +00:00
lwprint.c Document memory management of lwdoubles_to_latlon and lwpoint_to_latlon 2011-07-04 12:29:31 +00:00
lwpsurface.c #2622, Update links to PostGIS website in source file headers 2014-01-29 17:49:35 +00:00
lwsegmentize.c #2622, Update links to PostGIS website in source file headers 2014-01-29 17:49:35 +00:00
lwspheroid.c Add circular tree calculations and associated tests in support of faster geography calculations. 2012-06-15 22:51:57 +00:00
lwtin.c #2622, Update links to PostGIS website in source file headers 2014-01-29 17:49:35 +00:00
lwtree.c Anal retentive code re-organization. Try and move the primitive computational geometry functions into lwalgorithm.c 2012-10-01 22:10:33 +00:00
lwtree.h Silence a warning 2012-06-18 22:02:54 +00:00
lwtriangle.c #2622, Update links to PostGIS website in source file headers 2014-01-29 17:49:35 +00:00
lwutil.c Include <ctypes.h> for declaration of tolower() function 2014-09-25 15:01:25 +00:00
Makefile.in Fix parser rules to run automatically if needed 2014-09-05 15:25:51 +00:00
measures.c Fix memory leak in lw_dist2d_poly_curvepoly and lw_dist2d_circstring_poly 2014-10-01 13:54:05 +00:00
measures.h Remove many references to liblwgeom_internal.h outside liblwgeom, 2014-09-17 21:46:37 +00:00
measures3d.c Replace MAXFLOAT with more "standard" FLT_MAX 2014-09-19 16:27:20 +00:00
measures3d.h Remove many references to liblwgeom_internal.h outside liblwgeom, 2014-09-17 21:46:37 +00:00
ptarray.c Update comment above getPoint2d_internal, it is safe to cast now 2014-09-18 16:22:38 +00:00
snprintf.c Roll back changes for autodetecting C99 vsnprintf (#1688) 2012-03-13 16:23:38 +00:00
stringbuffer.c change variable used to __MINGW64_VERSION_MAJOR (the mingw64_w32 doesn't have __MINGW64_ (only the mingw64-w64 has that) 2013-03-28 13:32:44 +00:00
stringbuffer.h #2622, Update links to PostGIS website in source file headers 2014-01-29 17:49:35 +00:00
varint.c Added optional geometry size in TWKB. Also reworked the code so passing around **buf instead of *buf. Also affects the varInt code 2014-08-22 20:39:50 +00:00
varint.h Added optional geometry size in TWKB. Also reworked the code so passing around **buf instead of *buf. Also affects the varInt code 2014-08-22 20:39:50 +00:00
vsprintf.c Roll back changes for autodetecting C99 vsnprintf (#1688) 2012-03-13 16:23:38 +00:00