Cygwin: FIFO: update_my_handlers: fix handle leak

This commit is contained in:
Ken Brown 2020-11-06 08:16:45 -05:00
parent b7a357e92e
commit 26a5aff2a9
1 changed files with 1 additions and 0 deletions

View File

@ -457,6 +457,7 @@ fhandler_fifo::update_my_handlers ()
}
}
fifo_client_unlock ();
NtClose (prev_proc);
set_prev_owner (null_fr_id);
return ret;
}