From 1d2d21632dfafa536bb52fac8586b9d2252a12a0 Mon Sep 17 00:00:00 2001 From: Olga Kornievskaia Date: Thu, 26 Apr 2012 16:09:38 -0400 Subject: [PATCH] free upcall entry for async io --- sys/nfs41_driver.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/nfs41_driver.c b/sys/nfs41_driver.c index 340c003..ce34b89 100644 --- a/sys/nfs41_driver.c +++ b/sys/nfs41_driver.c @@ -1909,6 +1909,7 @@ NTSTATUS nfs41_downcall( } nfs41_RemoveEntry(downcallLock, downcall, cur); RxLowIoCompletion(cur->u.ReadWrite.rxcontext); + RxFreePool(cur); } else KeSetEvent(&cur->cond, 0, FALSE);