diff options
Diffstat (limited to 'vm/vm_page.c')
-rw-r--r-- | vm/vm_page.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vm/vm_page.c b/vm/vm_page.c index 00edb3c6..74764e34 100644 --- a/vm/vm_page.c +++ b/vm/vm_page.c @@ -1138,6 +1138,7 @@ restart: current_task()->reactivations++; vm_page_unlock_queues(); page = NULL; + object = NULL; goto restart; } |