Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
End of last commit about cleaning up windows backtraces (sorry, codding through the...
[simgrid.git] / src / xbt / backtrace_windows.c
index a6e2ded..154c312 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: ex.c 5173 2008-01-07 22:10:52Z mquinson $ */
+/* $Id$ */
 
 /* backtrace_windows - backtrace displaying on windows platform             */
 /* This file is included by ex.c on need (windows x86)                      */
@@ -358,7 +358,5 @@ char **backtrace_symbols(void *const *buffer, int size)
     strings = NULL;
   }
 
-  dbg_hlp_finalize();
-
   return strings;
 }