Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
change free function by xbt_free_f
[simgrid.git] / src / gras / DataDesc / ddt_parse.c
index b3dfefb37f8ffa755901bcaf79d9ee5d98c5340f..effc5f5a108d5810b93db100fb1584f26767dd46 100644 (file)
@@ -748,5 +748,5 @@ void gras_datadesc_set_const(const char*name, int value) {
   int *stored = xbt_new(int, 1);
   *stored=value;
 
-  xbt_dict_set(gras_dd_constants,name, stored, free); 
+  xbt_dict_set(gras_dd_constants,name, stored, xbt_free_f); 
 }