diff options
Diffstat (limited to 'metacontacts/meta_main.c')
-rw-r--r-- | metacontacts/meta_main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/metacontacts/meta_main.c b/metacontacts/meta_main.c index 4ad0b35..e3a507e 100644 --- a/metacontacts/meta_main.c +++ b/metacontacts/meta_main.c @@ -150,6 +150,7 @@ __declspec(dllexport)int Unload(void) {
// see also meta_services.c, Meta_PreShutdown
Meta_CloseHandles();
+ CloseHandle( metaMainThread );
//MessageBox(0, "Unload complete", "MC", MB_OK);
return 0;
}
|