Роман Донченко <[email protected]> writes: > --- a/read_config_file.c > +++ b/read_config_file.c > @@ -387,6 +387,7 @@ parse_typedef_name(struct protolib *plib, struct locus > *loc, char **str) > return NULL; > > struct named_type *nt = protolib_lookup_type(plib, buf, true); > + free(buf); > if (nt == NULL) > return NULL; > return nt->info;
This got into spam. Applied now, thanks! Petr _______________________________________________ Ltrace-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/ltrace-devel
