YSF
YSF copied to clipboard
Deal with memory leaks
Some functions using new fail to call delete. std::unique_ptr should be used in all cases.