YSF icon indicating copy to clipboard operation
YSF copied to clipboard

Deal with memory leaks

Open IS4Code opened this issue 7 years ago • 0 comments

Some functions using new fail to call delete. std::unique_ptr should be used in all cases.

IS4Code avatar Oct 31 '18 11:10 IS4Code