Closed jhauris closed 6 years ago
The raw pointers in ControlSection::sections always leak.
ControlSection::sections
Incoming pull request will fix it by changing raw pointers to unique_ptr.
unique_ptr
The raw pointers in
ControlSection::sections
always leak.Incoming pull request will fix it by changing raw pointers to
unique_ptr
.