mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-25 19:20:46 +00:00
Remember to free library in minidumper
git-svn-id: https://svn.eduke32.com/eduke32@7098 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
3d7a827b3d
commit
a6021590f7
1 changed files with 2 additions and 0 deletions
|
@ -103,6 +103,8 @@ LONG MiniDumper::TopLevelFilter( struct _EXCEPTION_POINTERS *pExceptionInfo )
|
||||||
{
|
{
|
||||||
szResult = "DBGHELP.DLL too old";
|
szResult = "DBGHELP.DLL too old";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
::FreeLibrary(hDll);
|
||||||
}
|
}
|
||||||
|
|
||||||
::MessageBox( NULL, szResult, m_szAppName, MB_OK );
|
::MessageBox( NULL, szResult, m_szAppName, MB_OK );
|
||||||
|
|
Loading…
Reference in a new issue