]> git.tuebingen.mpg.de Git - adu.git/blobdiff - format.c
Introduce --global-summary-format.
[adu.git] / format.c
index 48aa37111c2986d6262686723dd766c9f0ed45ef..6b7a2f6e2186b8850f2e04abaecff9cb88b3a625 100644 (file)
--- 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;
 }