Close socket
This commit is contained in:
parent
b1e826ff9b
commit
40601a240f
1 changed files with 2 additions and 0 deletions
|
@ -126,6 +126,8 @@ main(int argc, char *argv[])
|
||||||
handle_xcb_event(event);
|
handle_xcb_event(event);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
close(g_sock_fd);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
Loading…
Add table
Reference in a new issue