mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
Fix memory leak in SOCKSv5 implementation
This commit is contained in:
@@ -587,6 +587,7 @@ free_connect_data (ConnectAsyncData *data)
|
||||
g_free (data->hostname);
|
||||
g_free (data->username);
|
||||
g_free (data->password);
|
||||
g_free (data->buffer);
|
||||
|
||||
if (data->cancellable)
|
||||
g_object_unref (data->cancellable);
|
||||
|
Reference in New Issue
Block a user