aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/squashfs/decompressor_multi.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/fs/squashfs/decompressor_multi.c b/fs/squashfs/decompressor_multi.c
index ae54675a3526..d6008a636479 100644
--- a/fs/squashfs/decompressor_multi.c
+++ b/fs/squashfs/decompressor_multi.c
@@ -119,11 +119,10 @@ void squashfs_decompressor_destroy(struct squashfs_sb_info *msblk)
119 kfree(decomp_strm); 119 kfree(decomp_strm);
120 stream->avail_decomp--; 120 stream->avail_decomp--;
121 } 121 }
122 WARN_ON(stream->avail_decomp);
123 kfree(stream->comp_opts);
124 kfree(stream);
122 } 125 }
123
124 WARN_ON(stream->avail_decomp);
125 kfree(stream->comp_opts);
126 kfree(stream);
127} 126}
128 127
129 128