1
0
Fork 0
mirror of https://git.tukaani.org/xz.git synced 2024-04-04 12:36:23 +02:00
xz-archive/src
Lasse Collin aa95516d3d liblzma: Fix a memory leak in stream_encoder.c.
It leaks old filter options structures (hundred bytes or so)
every time the lzma_stream is reinitialized. With the xz tool,
this happens when compressing multiple files.
2011-04-05 15:27:48 +03:00
..
common Add alloc_size and malloc attributes to a few functions. 2011-01-18 21:23:50 +02:00
liblzma liblzma: Fix a memory leak in stream_encoder.c. 2011-04-05 15:27:48 +03:00
lzmainfo lzmainfo: Use "%"PRIu32 instead of "%u" for uint32_t. 2010-10-10 16:49:01 +03:00
scripts Scripts: Better fix for xzgrep. 2011-03-24 01:43:23 +02:00
xz xz: Clean up suffix.c. 2011-02-04 22:49:31 +02:00
xzdec Add missing public domain notice to lzmadec_w32res.rc. 2010-10-09 12:57:25 +03:00
Makefile.am Build: Add options to disable individual command line tools. 2010-10-08 15:25:45 +03:00