Close socket

This commit is contained in:
buffet 2018-10-20 22:36:21 +02:00
parent b1e826ff9b
commit 40601a240f

View file

@ -126,6 +126,8 @@ main(int argc, char *argv[])
handle_xcb_event(event);
}
}
close(g_sock_fd);
}
static void