summaryrefslogtreecommitdiffstats
path: root/text-utils
diff options
context:
space:
mode:
Diffstat (limited to 'text-utils')
-rw-r--r--text-utils/column.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/text-utils/column.c b/text-utils/column.c
index 78eeddb8e..13b39537e 100644
--- a/text-utils/column.c
+++ b/text-utils/column.c
@@ -538,6 +538,9 @@ static int read_input(struct column_control *ctl, FILE *fp)
ctl->maxlength = len;
ctl->nents++;
break;
+ default:
+ free(wcs);
+ break;
}
} while (rc == 0);