* include/cygwin/version.h: Bump DLL minor number to 23.
This commit is contained in:
@@ -649,7 +649,11 @@ fhandler_console::close (void)
|
||||
set_output_handle (NULL);
|
||||
if (!cygheap->fdtab.in_vfork_cleanup () && --open_fhs <= 0
|
||||
&& myself->ctty != FH_CONSOLE)
|
||||
FreeConsole ();
|
||||
{
|
||||
syscall_printf ("open_fhs %d, freeing console",
|
||||
fhandler_console::open_fhs);
|
||||
FreeConsole ();
|
||||
}
|
||||
debug_printf ("decremented open_fhs, now %d", open_fhs);
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user