mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 04:13:37 +00:00
[RUNDLL32]
Fix resource leak CID #716331 svn path=/trunk/; revision=62650
This commit is contained in:
@@ -428,6 +428,7 @@ int WINAPI _tWinMain(
|
||||
|
||||
if (!RegisterBlankClass(hInstance, hPrevInstance))
|
||||
{
|
||||
FreeLibrary(hDll);
|
||||
return 0;
|
||||
}
|
||||
// Create a window so we can pass a window handle to
|
||||
|
||||
Reference in New Issue
Block a user