diff --git a/src/util/tabular_output.c b/src/util/tabular_output.c index cfd43b26ed..7f8eb291ab 100644 --- a/src/util/tabular_output.c +++ b/src/util/tabular_output.c @@ -399,6 +399,7 @@ util_newTable(int Type, int numColumns, char **ColumnHeaders, int *ColumnContent break; default : fprintf(stderr,"Error. Invalid TableType: %d.\n", Table->Type); + free(Table); errno=EINVAL; return NULL; }