mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-28 00:17:30 -05:00
Fix leak in labeling
This commit is contained in:
parent
f5a72c6ba5
commit
2d069c6645
@ -923,6 +923,7 @@ namespace pal
|
||||
double ny;
|
||||
( void )GEOSCoordSeq_getX_r( geosctxt, nearestCoord, 0, &nx );
|
||||
( void )GEOSCoordSeq_getY_r( geosctxt, nearestCoord, 0, &ny );
|
||||
GEOSCoordSeq_destroy_r( geosctxt, nearestCoord );
|
||||
GEOSGeom_destroy_r( geosctxt, geosPt );
|
||||
|
||||
if ( rx )
|
||||
|
Loading…
x
Reference in New Issue
Block a user