Cygwin: FIFO: add missing unlock
There was a missing call to reader_opening_unlock on one of the error exits in fhandler_fifo::open.
This commit is contained in:
		| @@ -1020,6 +1020,7 @@ err_close_reader: | |||||||
|   saved_errno = get_errno (); |   saved_errno = get_errno (); | ||||||
|   close (); |   close (); | ||||||
|   set_errno (saved_errno); |   set_errno (saved_errno); | ||||||
|  |   reader_opening_unlock (); | ||||||
|   return 0; |   return 0; | ||||||
| err_close_cancel_evt: | err_close_cancel_evt: | ||||||
|   NtClose (cancel_evt); |   NtClose (cancel_evt); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user