X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fformat.c;h=d22398601bfa8b6e062cf72b8750accb17948b81;hb=f7b9a55c1ed1e390584a402afbcbc4b4615a9a18;hp=74ee0e2e2ab3379222868ddce40aa1bf4fc795d6;hpb=1c25ce345afc54a9550b47afd6d57f28aef9e75a;p=pspp diff --git a/src/data/format.c b/src/data/format.c index 74ee0e2e2a..d22398601b 100644 --- a/src/data/format.c +++ b/src/data/format.c @@ -1156,7 +1156,7 @@ fmt_affix_clone (const struct fmt_affix *old) static void fmt_affix_free (struct fmt_affix *affix) { - if (affix->s[0]) + if (affix->s) free (affix->s); }