Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
plug a memleak
[simgrid.git] / testsuite / surf / lmm_usage.c
index 97a2228..5ae7e20 100644 (file)
@@ -486,5 +486,6 @@ int main(int argc, char **argv)
   INFO0("***** Test 3 (Lagrange - Reno)");
   test3(LAGRANGE_RENO);
 
+  xbt_exit();
   return 0;
 }