module release minor bugfix
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Mon, 26 Jul 2004 19:51:36 +0000 (19:51 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Mon, 26 Jul 2004 19:51:36 +0000 (19:51 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@635 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/callbacks.c

index c7d1cc17a5e907d9cb7a1c865c176c4b79e082fc..3659ae58a693d9e4ea590ada618e60d1f6c50171 100644 (file)
@@ -2749,10 +2749,11 @@ on_unload_module_activate              (GtkMenuItem     *menuitem,
     if(module_name == NULL) return;
   }
   
-  lttv_module_release(module);
   LttvModuleInfo module_info;
   lttv_module_info(module, &module_info);
   g_printf("Release module: %s\n", module_info.name);
+  lttv_module_release(module);
 }
 
 
This page took 0.025552 seconds and 4 git commands to generate.