From: Millian Poquet Date: Wed, 30 Nov 2016 12:58:18 +0000 (+0100) Subject: Energy: Fixed host parsing assertion + mem leak X-Git-Tag: v3_14~131^2^2~1 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/68997ed0ab7577d77738903148eeac6822d6b21a?hp=68997ed0ab7577d77738903148eeac6822d6b21a;ds=sidebyside Energy: Fixed host parsing assertion + mem leak When parsing the platform file with energy, using the old watt description syntax "watt_min:watt_max" instead of "watt_idle:watt_min:watt_max" led to obscure OOB error, the error message should now be clearer. Also found a little memory leak, msg_idle was not freed. ---