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:
terminx 2018-10-25 23:30:37 +00:00
parent 3d7a827b3d
commit a6021590f7

View file

@ -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 );