[pdal-commits] [PDAL/PDAL] bead17: Add destructor to Kernel class to fix memleaks

GitHub noreply at github.com
Fri Sep 11 12:38:20 PDT 2015


  Branch: refs/heads/master
  Home:   https://github.com/PDAL/PDAL
  Commit: bead179970fa5cb65e4ce5ec0024ba7bd30a2986
      https://github.com/PDAL/PDAL/commit/bead179970fa5cb65e4ce5ec0024ba7bd30a2986
  Author: Even Rouault <even.rouault at spatialys.com>
  Date:   2015-09-11 (Fri, 11 Sep 2015)

  Changed paths:
    M include/pdal/Kernel.hpp
    M src/Kernel.cpp

  Log Message:
  -----------
  Add destructor to Kernel class to fix memleaks

This for examples fixes leaks reported by
valgrind --leak-check=full ./bin/pdal  info --all ../test/data/las/simple.las


  Commit: 19fdddf26be9708208d5db6174da8f7e923a29dd
      https://github.com/PDAL/PDAL/commit/19fdddf26be9708208d5db6174da8f7e923a29dd
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2015-09-11 (Fri, 11 Sep 2015)

  Changed paths:
    M include/pdal/Kernel.hpp
    M src/Kernel.cpp

  Log Message:
  -----------
  Merge pull request #990 from rouault/fix_kernel_memleaks

Add destructor to Kernel class to fix memleaks


Compare: https://github.com/PDAL/PDAL/compare/931e098031b3...19fdddf26be9


More information about the pdal-commits mailing list