Fixed a memory leak

This commit is contained in:
Pierre Pronchery 2006-10-27 10:34:19 +00:00
parent 785e270d52
commit f67ab1912a

View File

@ -91,6 +91,7 @@ static int _uniq_do(int opts, char const * fields, unsigned int skip,
len = 0;
}
_do_count(opts, skip, NULL, outfp);
free(line);
return 0;
}