mirror of
https://github.com/reactos/reactos.git
synced 2025-05-18 00:31:27 +00:00
[RUNDLL32]
Fix resource leak CID #716331 svn path=/trunk/; revision=62650
This commit is contained in:
parent
6e7450938f
commit
ab07d0dfbe
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue