mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-03 07:53:39 +02:00
GSocketListener can keep internal references to itself for pending accept() calls, which mean that it can stay alive (and keep listening on ports) even after a user drops their last reference to it. They need to call g_socket_listener_close() explicitly to avoid that. Signed-off-by: Philip Withnall <withnall@endlessm.com> https://bugzilla.gnome.org/show_bug.cgi?id=794207