X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/93c8beeb914dc3624c3818b21f17567345b4d36c..191e4e2f00fb2f5fecb9f648f195b47a5ec61682:/src/surf/storage_interface.cpp diff --git a/src/surf/storage_interface.cpp b/src/surf/storage_interface.cpp index f39a1184d1..7cd39bb4ba 100644 --- a/src/surf/storage_interface.cpp +++ b/src/surf/storage_interface.cpp @@ -19,6 +19,7 @@ StorageModelPtr surf_storage_model = NULL; *********/ StorageModel::StorageModel() : Model("Storage") { + p_storageList = NULL; } StorageModel::~StorageModel(){