Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
export some functions for libgras
[simgrid.git] / src / gras / DataDesc / ddt_parse.c
index b3dfefb..effc5f5 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); 
 }