--- coreutils-5.2.1/src/sort.c 2004-08-22 05:43:53.745192920 +0200 +++ coreutils-5.2.1-fixed/src/sort.c 2004-08-22 05:44:34.608980680 +0200 @@ -1680,6 +1680,8 @@ /* Put conversion errors at the start of the collating sequence. */ + free (bufa); + free (bufb); if (bufa == ea) return bufb == eb ? 0 : -1; if (bufb == eb)