Azure / vld

Visual Leak Detector for Visual C++ 2008-2015
https://kinddragon.github.io/vld/
GNU Lesser General Public License v2.1
42 stars 25 forks source link

Use vld native set for IgnoreFunctionsSet #22

Closed cyrus-jackson closed 1 year ago

cyrus-jackson commented 1 year ago

VLD is not does not do a proper cleanup when std::set is used.

This PR uses the default Set implementation to store the list of ignoreFunctions.

cyrus-jackson commented 1 year ago

All tests pass image