VerySleepy / verysleepy

Very Sleepy, a sampling CPU profiler for Windows
http://www.codersnotes.com/sleepy
GNU General Public License v2.0
1.05k stars 103 forks source link

fix memleak, improved compatibility with VS 2022 #105

Closed lefterise closed 2 years ago

lefterise commented 2 years ago

profiler.cpp applyHacks definition disabled for x64 database.cpp wxZipEntry memory deleted except.h conversion from wide strings to ansi strings done via WideCharToMultiByte(CP_ACP)

CyberShadow commented 2 years ago

Could you please split out each of these fixes into a separate commit or pull request, and document the reason for them in the commit message? You can paste the error you were getting from the compiler.