X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fextract_image.c;h=5f311766364f1ae17beee27fc079da8c625fc265;hp=0f9252a3c36badd60103dc007821e30a7c0a3ca7;hb=f2db311f527e6037c836cf1b14debb841e09b440;hpb=aaa78d43bcfd5edfd8116c2f3309b706c86ff6d1 diff --git a/src/extract_image.c b/src/extract_image.c index 0f9252a3..5f311766 100644 --- a/src/extract_image.c +++ b/src/extract_image.c @@ -800,11 +800,11 @@ extract_single_image(WIMStruct *w, int image, struct apply_args args; const struct apply_operations *ops; + memset(&args, 0, sizeof(args)); + args.w = w; args.target = target; args.extract_flags = extract_flags; - args.num_utime_warnings = 0; - args.stream_list = &stream_list; args.progress_func = progress_func; if (progress_func) {