Skip to content
Snippets Groups Projects
Commit 7526540e authored by Michael McCormack's avatar Michael McCormack Committed by Alexandre Julliard
Browse files

Add missing release object so server exits cleanly.

parent cf2ff27f
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment