X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0f86d3285f605e43ba3f845eb2f5ee2502b2aed4..1d2b3b745feba3c5069fe4fdab54a1832fde11e6:/src/mc/mc_object_info.cpp diff --git a/src/mc/mc_object_info.cpp b/src/mc/mc_object_info.cpp index 7324681e74..6edd005ccc 100644 --- a/src/mc/mc_object_info.cpp +++ b/src/mc/mc_object_info.cpp @@ -79,14 +79,12 @@ ObjectInformation::ObjectInformation() this->end_rw = nullptr; this->start_ro = nullptr; this->end_ro = nullptr; - this->subprograms = xbt_dict_new_homogeneous(mc_frame_free); this->functions_index = nullptr; } ObjectInformation::~ObjectInformation() { xbt_free(this->file_name); - xbt_dict_free(&this->subprograms); xbt_dynar_free(&this->functions_index); }