diff options
-rw-r--r-- | fs/pstore/platform.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/pstore/platform.c b/fs/pstore/platform.c index 78c3c2097787..46d269e38706 100644 --- a/fs/pstore/platform.c +++ b/fs/pstore/platform.c | |||
@@ -497,6 +497,7 @@ void pstore_get_records(int quiet) | |||
497 | big_oops_buf_sz); | 497 | big_oops_buf_sz); |
498 | 498 | ||
499 | if (unzipped_len > 0) { | 499 | if (unzipped_len > 0) { |
500 | kfree(buf); | ||
500 | buf = big_oops_buf; | 501 | buf = big_oops_buf; |
501 | size = unzipped_len; | 502 | size = unzipped_len; |
502 | compressed = false; | 503 | compressed = false; |