Skip to content

cmComputeLinkDepends: remove manual memory deallocation

  • Replace owning raw DependSetList pointer with direct object.
  • Use an extra bool Initialized flag to imitate nullptr semantics.

Merge request reports