[Liblas-commits] hg: another leak

liblas-commits at liblas.org liblas-commits at liblas.org
Wed Oct 7 15:43:44 EDT 2009


changeset fdcd26af0c5a in /home/www/liblas.org/hg
details: http://hg.liblas.org/main/hg?cmd=changeset;node=fdcd26af0c5a
summary: another leak

diffstat:

 apps/las2las.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 99befa8a01a9 -r fdcd26af0c5a apps/las2las.c
--- a/apps/las2las.c	Wed Oct 07 14:36:16 2009 -0500
+++ b/apps/las2las.c	Wed Oct 07 14:41:07 2009 -0500
@@ -779,7 +779,7 @@
         if (verbose) {
             proj4_text =  LASSRS_GetProj4(out_srs);
             fprintf(stderr,
-                "Setting new coordinate system to %s", LASSRS_GetProj4(out_srs));
+                "Setting new coordinate system to %s", proj4_text);
             free(proj4_text);
         }
         LASHeader_SetSRS(surviving_header, out_srs);


More information about the Liblas-commits mailing list