diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2012-07-03 21:16:39 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2012-07-03 21:16:39 +0300 |
commit | 88ccf47205d7f3aa314d358c72ef214f10f68b43 (patch) | |
tree | 9dc89c76bfad5f94d68e1fc80c838602d4271323 /src/xz/main.c | |
parent | xz: Update the man page about the new field in --robot -lvv. (diff) | |
download | xz-88ccf47205d7f3aa314d358c72ef214f10f68b43.tar.xz |
xz: Add incomplete support for --block-list.
It's broken with threads and when also --block-size is used.
Diffstat (limited to 'src/xz/main.c')
-rw-r--r-- | src/xz/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xz/main.c b/src/xz/main.c index 4e5b49e5..a8f0683a 100644 --- a/src/xz/main.c +++ b/src/xz/main.c @@ -277,6 +277,7 @@ main(int argc, char **argv) #ifndef NDEBUG coder_free(); + args_free(); #endif // If we have got a signal, raise it to kill the program instead |