Add missing release object so server exits cleanly.
This commit is contained in:
parent
cf2ff27f5f
commit
7526540e03
|
@ -217,6 +217,7 @@ DECL_HANDLER(create_async)
|
|||
|
||||
req->ov_handle = alloc_handle( current->process, ov, GENERIC_READ|GENERIC_WRITE, 0 );
|
||||
|
||||
release_object(ov);
|
||||
release_object(obj);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue