[Liblas-commits] laszip: destroy symbolmodel for m_gpstime_0diff

liblas-commits at liblas.org liblas-commits at liblas.org
Wed Jan 12 15:58:47 EST 2011


details:   http://hg.liblas.orglaszip/rev/5d19c7fe562a
changeset: 141:5d19c7fe562a
user:      Howard Butler <hobu.inc at gmail.com>
date:      Wed Jan 12 14:58:35 2011 -0600
description:
destroy symbolmodel for m_gpstime_0diff

diffstat:

 src/lasreaditemcompressed_v1.cpp  |  1 +
 src/laswriteitemcompressed_v1.cpp |  1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diffs (22 lines):

diff -r 2423f2e7d669 -r 5d19c7fe562a src/lasreaditemcompressed_v1.cpp
--- a/src/lasreaditemcompressed_v1.cpp	Wed Jan 12 14:49:33 2011 -0600
+++ b/src/lasreaditemcompressed_v1.cpp	Wed Jan 12 14:58:35 2011 -0600
@@ -290,6 +290,7 @@
 LASreadItemCompressed_GPSTIME11_v1::~LASreadItemCompressed_GPSTIME11_v1()
 {
   dec->destroySymbolModel(m_gpstime_multi);
+  dec->destroySymbolModel(m_gpstime_0diff);
   delete ic_gpstime;
 }
 
diff -r 2423f2e7d669 -r 5d19c7fe562a src/laswriteitemcompressed_v1.cpp
--- a/src/laswriteitemcompressed_v1.cpp	Wed Jan 12 14:49:33 2011 -0600
+++ b/src/laswriteitemcompressed_v1.cpp	Wed Jan 12 14:58:35 2011 -0600
@@ -292,6 +292,7 @@
 LASwriteItemCompressed_GPSTIME11_v1::~LASwriteItemCompressed_GPSTIME11_v1()
 {
   enc->destroySymbolModel(m_gpstime_multi);
+  enc->destroySymbolModel(m_gpstime_0diff);
   delete ic_gpstime;
 }
 


More information about the Liblas-commits mailing list