fix a segfault in LTTV (temporary solution)
authorpmf <pmf@04897980-b3bd-0310-b5e0-8ef037075253>
Mon, 15 Oct 2007 18:54:33 +0000 (18:54 +0000)
committerpmf <pmf@04897980-b3bd-0310-b5e0-8ef037075253>
Mon, 15 Oct 2007 18:54:33 +0000 (18:54 +0000)
do not try to return to graphical interface after unloading it!

git-svn-id: http://ltt.polymtl.ca/svn@2695 04897980-b3bd-0310-b5e0-8ef037075253

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.02352 seconds and 4 git commands to generate.