Commit 7526540e authored by Mike McCormack's avatar Mike McCormack Committed by Alexandre Julliard

Add missing release object so server exits cleanly.

parent cf2ff27f
......@@ -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);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment