I make some API calls in C but when I use Rational PurifyPlus to detect memory leaks, it show that everyline of this code causes a leak of 68 bytes. Is it caused by WinAPI function or from my code?
//memset( &ti, 0, sizeof( TOOLINFO ) );
ti.cbSize = sizeof( TOOLINFO )...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.