[Liblas-commits] r1050 - trunk/apps

liblas-commits at liblas.org liblas-commits at liblas.org
Thu Feb 19 14:04:49 EST 2009


Author: hobu
Date: Thu Feb 19 14:04:49 2009
New Revision: 1050
URL: http://liblas.org/changeset/1050

Log:
don't leak a LASColorH

Modified:
   trunk/apps/lascommon.c

Modified: trunk/apps/lascommon.c
==============================================================================
--- trunk/apps/lascommon.c	(original)
+++ trunk/apps/lascommon.c	Thu Feb 19 14:04:49 2009
@@ -172,6 +172,8 @@
         LASColor_SetBlue(max_color, blue);
         
         LASPoint_SetColor(summary->pmax, max_color);
+        LASColor_Destroy(max_color);
+        
         LASColor_Destroy(color);
         
         


More information about the Liblas-commits mailing list