X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=format.c;h=6b7a2f6e2186b8850f2e04abaecff9cb88b3a625;hb=0249d53c34a7b4d233c3c12b02d546cca56764da;hp=48aa37111c2986d6262686723dd766c9f0ed45ef;hpb=bd06800e612996d0c4b4c2ec52646a842d301452;p=adu.git diff --git a/format.c b/format.c index 48aa371..6b7a2f6 100644 --- a/format.c +++ b/format.c @@ -423,6 +423,7 @@ char *format_items(struct format_info *info, union atom_value *values) fi->width, &af->nf, type); } buf = adu_strcat(buf, val); + free(val); } return buf; }