mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-19 15:18:55 +02:00
Merge branch 'wip/desrt/gsocketclient-leak' into 'master'
gsocketclient: Fix a leak in the connection code Closes #1774 See merge request GNOME/glib!824
This commit is contained in:
@@ -1616,6 +1616,7 @@ g_socket_client_connected_callback (GObject *source,
|
|||||||
set_last_error (data, error);
|
set_last_error (data, error);
|
||||||
connection_attempt_remove (attempt);
|
connection_attempt_remove (attempt);
|
||||||
enumerator_next_async (data, FALSE);
|
enumerator_next_async (data, FALSE);
|
||||||
|
connection_attempt_unref (attempt);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user