g_term_event is a wait object, not TCP socket, delete it correctly
This commit is contained in:
parent
931fb90832
commit
f7c27f05cf
@ -484,7 +484,7 @@ session_start_fork(int width, int height, int bpp, char *username,
|
|||||||
}
|
}
|
||||||
else if (pid == 0)
|
else if (pid == 0)
|
||||||
{
|
{
|
||||||
g_tcp_close(g_term_event);
|
g_delete_wait_obj(g_term_event);
|
||||||
g_tcp_close(g_sck);
|
g_tcp_close(g_sck);
|
||||||
g_sprintf(geometry, "%dx%d", width, height);
|
g_sprintf(geometry, "%dx%d", width, height);
|
||||||
g_sprintf(depth, "%d", bpp);
|
g_sprintf(depth, "%d", bpp);
|
||||||
|
Loading…
Reference in New Issue
Block a user