X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=lib%2Fdecompress_unlzo.c;h=4531294fa62f2cb5de592178ddca2c0afc223558;hb=2d0d68f583279dbdcc1a2ef3f81ea8d285a0adbe;hp=5a7a2adf4c4c2aa8d64d881e0ff1739acbe8782c;hpb=0e5b88cd9975dca6c191cc9bd11f233fac4ca882;p=~andy%2Flinux diff --git a/lib/decompress_unlzo.c b/lib/decompress_unlzo.c index 5a7a2adf4c4..4531294fa62 100644 --- a/lib/decompress_unlzo.c +++ b/lib/decompress_unlzo.c @@ -279,7 +279,7 @@ STATIC inline int INIT unlzo(u8 *input, int in_len, ret = 0; exit_2: if (!input) - free(in_buf); + free(in_buf_save); exit_1: if (!output) free(out_buf);