Cygwin: FIFO: update_my_handlers: fix handle leak
This commit is contained in:
parent
b7a357e92e
commit
26a5aff2a9
|
@ -457,6 +457,7 @@ fhandler_fifo::update_my_handlers ()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
fifo_client_unlock ();
|
fifo_client_unlock ();
|
||||||
|
NtClose (prev_proc);
|
||||||
set_prev_owner (null_fr_id);
|
set_prev_owner (null_fr_id);
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue