Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add the first percent of a wannabe module mecanism allowing me to track memleaks...
[simgrid.git] / testsuite / xbt / log_usage.c
index 14cba8d..c86c44b 100644 (file)
@@ -50,5 +50,6 @@ int main(int argc, char **argv) {
   CDEBUG2(Top, "val=%d%s", 3, "!");
   CRITICAL6("false alarm%s%s%s%s%s%s", "","","","","","!");
   
+  gras_finalize();
   return 0;
 }