Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
please close the structure behind you
[simgrid.git] / src / gras / DataDesc / ddt_parse.c
index 6745833..c4c28da 100644 (file)
@@ -404,6 +404,7 @@ static gras_datadesc_type_t *parse_struct(char *definition) {
       free(field.type_name);
     }
   }
+  gras_datadesc_declare_struct_close(struct_type);
   if (errcode != mismatch_error)
     return NULL; /* FIXME: LEAK! */