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 / dynar_double.c
index 68b0469..d85025e 100644 (file)
@@ -141,5 +141,6 @@ int main(int argc,char *argv[]) {
    }
    gras_dynar_free(d);
 
+   gras_finalize();
    return 0;
 }