Add missing release object so server exits cleanly.

This commit is contained in:
Mike McCormack 2001-03-14 17:25:26 +00:00 committed by Alexandre Julliard
parent cf2ff27f5f
commit 7526540e03

View File

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