---
 read_config_file.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/read_config_file.c b/read_config_file.c
index db41fea..644290e 100644
--- 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;
-- 
1.8.5.6


_______________________________________________
Ltrace-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/ltrace-devel

Reply via email to