X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fextract.c;h=9cbac117f54438d25372c90cb43dd4df4c327bb5;hp=98ccccad5221f974e0fbdaf0912cca29fe2b012f;hb=e10a0fd1f906c342b0b45bc393ec10043c6a8936;hpb=43888a796d031a3382c3477557ef248b10c973de;ds=sidebyside diff --git a/src/extract.c b/src/extract.c index 98ccccad..9cbac117 100644 --- a/src/extract.c +++ b/src/extract.c @@ -2509,7 +2509,7 @@ extract_trees(WIMStruct *wim, struct wim_dentry **trees, size_t num_trees, INIT_LIST_HEAD(&ctx.stream_list); ret = dentry_list_ref_streams(&dentry_list, &ctx); if (ret) - goto out_finish_or_abort_extract; + goto out_destroy_stream_list; if (extract_flags & WIMLIB_EXTRACT_FLAG_FROM_PIPE) { /* When extracting from a pipe, the number of bytes of data to