mirror of
https://github.com/ckolivas/lrzip.git
synced 2026-01-04 07:29:56 +01:00
Silence tiny leak warning.
This commit is contained in:
parent
d9aea489b9
commit
95688b0833
2
lrzip.c
2
lrzip.c
|
|
@ -1321,7 +1321,7 @@ bool initialise_control(rzip_control *control)
|
|||
control->msgerr = stderr;
|
||||
register_outputfile(control, control->msgout);
|
||||
control->flags = FLAG_SHOW_PROGRESS | FLAG_KEEP_FILES | FLAG_THRESHOLD;
|
||||
control->suffix = strdup(".lrz");
|
||||
control->suffix = ".lrz";
|
||||
control->compression_level = 7;
|
||||
control->ramsize = get_ram(control);
|
||||
if (unlikely(control->ramsize == -1))
|
||||
|
|
|
|||
Loading…
Reference in a new issue