diff --git a/reactos/dll/win32/atl/registrar.c b/reactos/dll/win32/atl/registrar.c index 9c0c73b6d85..13e82241539 100644 --- a/reactos/dll/win32/atl/registrar.c +++ b/reactos/dll/win32/atl/registrar.c @@ -454,7 +454,8 @@ static HRESULT resource_register(Registrar *This, LPCOLESTR resFileName, WARN("could not load resource\n"); hres = HRESULT_FROM_WIN32(GetLastError()); } - HeapFree(GetProcessHeap(), 0, regstra); + // Sent to wine-patches http://www.winehq.org/pipermail/wine-patches/2008-May/054603.html + //HeapFree(GetProcessHeap(), 0, regstra); }else { WARN("Could not find source\n"); hres = HRESULT_FROM_WIN32(GetLastError());