X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/782520288911f4168b4097f27615c634e3a81101..2f2ce19fcb66a634c19de8dda2dc4b4896203537:/src/surf/surf.hpp?ds=sidebyside diff --git a/src/surf/surf.hpp b/src/surf/surf.hpp index aaafa54524..770c293689 100644 --- a/src/surf/surf.hpp +++ b/src/surf/surf.hpp @@ -169,7 +169,7 @@ public: Resource(ModelPtr model, const char *name, xbt_dict_t properties); virtual ~Resource() { xbt_free((void*)m_name); - xbt_dict_free(&m_properties); + xbt_dict_free(&m_properties); }; virtual void updateState(tmgr_trace_event_t event_type, double value, double date)=0;