free upcall entry for async io

This commit is contained in:
Olga Kornievskaia 2012-04-26 16:09:38 -04:00 committed by unknown
parent a0d2e12806
commit 1d2d21632d

View file

@ -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);