fac->name = allocAndCopy(getNameAttribute(in));
getRAnglebracket(in);
- fac->description = allocAndCopy(getDescription(in));
+ fac->description = getDescription(in);
while(1){
getLAnglebracket(in);
getRAnglebracket(in);
//<description>...</descriptio>
- ev->description = allocAndCopy(getDescription(in));
+ ev->description = getDescription(in);
//event can have STRUCT, TYPEREF or NOTHING
getLAnglebracket(in);
f->name = allocAndCopy(getNameAttribute(in));
getRAnglebracket(in);
- f->description = allocAndCopy(getDescription(in));
+ f->description = getDescription(in);
//<int size=...>
getLAnglebracket(in);