Message ID | 20190925163714.27519-18-thuth@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [kvm-unit-tests,PULL,01/17] s390x: Support PSW restart boot | expand |
diff --git a/s390x/iep.c b/s390x/iep.c index 7da78a3..55c01ee 100644 --- a/s390x/iep.c +++ b/s390x/iep.c @@ -43,6 +43,7 @@ static void test_iep(void) report_prefix_pop(); unprotect_page(iepbuf, PAGE_ENTRY_IEP); ctl_clear_bit(0, 20); + free_page(iepbuf); } int main(void)