[pdal-commits] [PDAL/PDAL] 9bc5f9: Fix minor memory leak of stage factory
GitHub
noreply at github.com
Thu Jul 11 06:49:44 PDT 2013
Branch: refs/heads/master
Home: https://github.com/PDAL/PDAL
Commit: 9bc5f9a829fe029e05ea2b2867db25a7c50d7147
https://github.com/PDAL/PDAL/commit/9bc5f9a829fe029e05ea2b2867db25a7c50d7147
Author: Chris Foster <chris42f at gmail.com>
Date: 2013-07-10 (Wed, 10 Jul 2013)
Changed paths:
M apps/AppSupport.cpp
Log Message:
-----------
Fix minor memory leak of stage factory
Commit: edf66e1b38598cee0861ba4685e242c345ec1165
https://github.com/PDAL/PDAL/commit/edf66e1b38598cee0861ba4685e242c345ec1165
Author: Chris Foster <chris42f at gmail.com>
Date: 2013-07-10 (Wed, 10 Jul 2013)
Changed paths:
M CMakeLists.txt
M src/drivers/las/Header.cpp
M src/drivers/las/Writer.cpp
M src/filters/HexBin.cpp
M src/filters/Selector.cpp
Log Message:
-----------
Fix various compiler warnings
* Mark boost and python headers as system headers to avoid a pile of
(mostly boost) warnings in headers we don't control.
* Remove assertion about the return value of memcpy, because memcpy
unconditionally returns the dest buffer regardless of success.
* Avoid unused variable warnings
- When building without hexer
- Due to variables only used in asserts
- Unused endianess variable
* Fix bug in las writer when reading uint8_t intensity from buffer,
which would have accessed a bogus pointer and caused a segfault.
Commit: 971024bb953c4d3ebd35b3a7092a3a009dec8cbf
https://github.com/PDAL/PDAL/commit/971024bb953c4d3ebd35b3a7092a3a009dec8cbf
Author: Howard Butler <hobu.inc at gmail.com>
Date: 2013-07-11 (Thu, 11 Jul 2013)
Changed paths:
M CMakeLists.txt
M apps/AppSupport.cpp
M src/drivers/las/Header.cpp
M src/drivers/las/Writer.cpp
M src/filters/HexBin.cpp
M src/filters/Selector.cpp
Log Message:
-----------
Merge pull request #158 from c42f/cjf-warnings-fix
Fix various compiler warnings and minor bugs
Compare: https://github.com/PDAL/PDAL/compare/947b039711c3...971024bb953c
More information about the pdal-commits
mailing list