mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 05:52:56 +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))
|
if (!RegisterBlankClass(hInstance, hPrevInstance))
|
||||||
{
|
{
|
||||||
|
FreeLibrary(hDll);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
// Create a window so we can pass a window handle to
|
// Create a window so we can pass a window handle to
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue