More cleanup

This commit is contained in:
momo5502
2016-09-19 20:55:31 +02:00
parent 83d6ab2d6b
commit 39110c9db7
4 changed files with 36 additions and 22 deletions

View File

@ -27,7 +27,6 @@ namespace Utils
{
if (data)
{
OutputDebugStringA(Utils::String::VA("Free: %X\n", (DWORD)data));
free(data);
}
}