Since Microsoft announced the first preview of Visual Studio 2022, we have been frequently asked to support the new version of the IDE. Today we are excited to announce the availability of the Deleaker update …
Continue readingTag: Handles Leaks
Memory leaks detection in a Windows Service written in C++
Introduction This article will demonstrate how to find memory leaks in a windows service written in C++ or plain C. Windows service is a special kind of application, that runs in the background and follows …
Continue reading