Skip to content

cmDependsC: remove manual memory allocation

Tushar Maheshwari requested to merge tusharpm/cmake:smart_ptr/cmDependsC into master
  • Move the ownership of cmIncludeLines objects to the std::map.
  • Remove the cmDeleteAll call from the cmDependsC destructor.

Merge request reports