fix a segfault in LTTV (temporary solution)
[lttv.git] / ltt / branches / poly / lttv / lttv / module.c
index 2f04b43f5b2de10c29b5756e7bc0d206a65280e9..d58c778c68df94ca7bb9a7256846449ea56e613c 100644 (file)
@@ -600,6 +600,8 @@ static void destroy()
   g_assert(libraries->len <= 1); 
 
   initialized = FALSE;
+
+  exit(0);
 }
 
 LTTV_MODULE("module", "Modules in libraries",                        \
This page took 0.022804 seconds and 4 git commands to generate.