Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
please close the structure behind you
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 13 Jul 2004 02:04:42 +0000 (02:04 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 13 Jul 2004 02:04:42 +0000 (02:04 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@266 48e7efb5-ca39-0410-a469-dd3cf9ba447f

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! */