X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fsorter.h;h=e40ea66eff49b01a72657c7378fe1f183c094960;hb=2a64fd8ad0419220eccfcde539ed1791138ef942;hp=bf0e5b962ab937fb0b291f968383b4557aec7d1d;hpb=8299c27047b1a992e2b38463421ec4a4a69f8cec;p=libucw.git diff --git a/lib/sorter.h b/lib/sorter.h index bf0e5b96..e40ea66e 100644 --- a/lib/sorter.h +++ b/lib/sorter.h @@ -2,6 +2,9 @@ * Sherlock Library -- Universal Sorter * * (c) 2001--2002 Martin Mares + * + * This software may be freely distributed and used according to the terms + * of the GNU Lesser General Public License. */ /* @@ -345,6 +348,7 @@ P(presort)(struct fastbuf **fb1, struct fastbuf **fb2) (out2 ? (int)((btell(out2) + 1023) / 1024) : 0)); *fb1 = P(flush_out)(out1); *fb2 = P(flush_out)(out2); + xfree(buffer); } #endif /* SORT_PRESORT */