diff options
author | George Hazan <george.hazan@gmail.com> | 2013-06-19 16:40:53 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-06-19 16:40:53 +0000 |
commit | 09c0958aeb5c355b75d2cedf67e15ebb5098e980 (patch) | |
tree | f62ef1b962316c6049d97f7000fc3d734dd1f1fa /src/mir_core/miranda.cpp | |
parent | 8cc57be75a8d90e08426721c628709b29034c37f (diff) |
two memory leaks
git-svn-id: http://svn.miranda-ng.org/main/trunk@5044 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/mir_core/miranda.cpp')
-rw-r--r-- | src/mir_core/miranda.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mir_core/miranda.cpp b/src/mir_core/miranda.cpp index 6fcd531f87..856a7394eb 100644 --- a/src/mir_core/miranda.cpp +++ b/src/mir_core/miranda.cpp @@ -84,6 +84,7 @@ MIR_CORE_DLL(void) UnloadCoreModule(void) CloseHandle(hThreadQueueEmpty);
TlsFree(mir_tls);
+ UninitSubclassing();
UninitProtocols();
DestroyModularEngine();
UnloadLangPackModule();
|