diff options
Diffstat (limited to 'linden/indra/newview/llwindebug.cpp')
-rw-r--r-- | linden/indra/newview/llwindebug.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/newview/llwindebug.cpp b/linden/indra/newview/llwindebug.cpp index 6221b85..7433984 100644 --- a/linden/indra/newview/llwindebug.cpp +++ b/linden/indra/newview/llwindebug.cpp | |||
@@ -131,6 +131,8 @@ BOOL LLWinDebug::setupExceptionHandler() | |||
131 | if (!f_mdwp) | 131 | if (!f_mdwp) |
132 | { | 132 | { |
133 | write_debug("No MiniDumpWriteDump!\n"); | 133 | write_debug("No MiniDumpWriteDump!\n"); |
134 | FreeLibrary(hDll); | ||
135 | hDll = NULL; | ||
134 | ok = FALSE; | 136 | ok = FALSE; |
135 | } | 137 | } |
136 | } | 138 | } |