diff options
| -rw-r--r-- | sys/src/9/port/page.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/9/port/page.c b/sys/src/9/port/page.c index 85406f4af..987f4c312 100644 --- a/sys/src/9/port/page.c +++ b/sys/src/9/port/page.c @@ -440,6 +440,7 @@ checkpagerefs(void) iprint("%lud mistakes found\n", nwrong); unlock(&palloc); splx(s); + free(ref); } void |
