Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Plug a memleak when using the parser
[simgrid.git] / src / gras / DataDesc / ddt_parse.c
index 0d4fb27..c60dcc0 100644 (file)
@@ -606,6 +606,7 @@ gras_datadesc_parse(const char            *name,
           name,res->name);
     xbt_abort();
   }    
+  gras_ddt_parse_lex_destroy();
   XBT_OUT;
   return res;
 }