Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Leak --
authorPierre Veyre <pierre.veyre@cc.in2p3.fr>
Tue, 27 May 2014 08:48:20 +0000 (10:48 +0200)
committerPierre Veyre <pierre.veyre@cc.in2p3.fr>
Tue, 27 May 2014 08:51:18 +0000 (10:51 +0200)
teshsuite/msg/storage/storage_basic.c

index 0ca80ad..4114570 100644 (file)
@@ -148,6 +148,7 @@ void dump_platform_storages(void){
                XBT_INFO("Storage %s is attached to %s", MSG_storage_get_name(storage), MSG_storage_get_host(storage));
                MSG_storage_set_property_value(storage, "usage", xbt_strdup("gpfs"), NULL);
        }
+       xbt_dynar_free(&storages);
 }
 
 int client(int argc, char *argv[])