mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-24 22:46:15 +01:00
Fix incorrect freeing of thread pool in GThreadedSocketService (#584255)
This commit is contained in:
parent
31cb0bdcb0
commit
bb4f7c48f9
@ -164,7 +164,7 @@ g_threaded_socket_service_finalize (GObject *object)
|
||||
{
|
||||
GThreadedSocketService *service = G_THREADED_SOCKET_SERVICE (object);
|
||||
|
||||
g_object_unref (service->priv->thread_pool);
|
||||
g_thread_pool_free (service->priv->thread_pool, FALSE, TRUE);
|
||||
|
||||
G_OBJECT_CLASS (g_threaded_socket_service_parent_class)
|
||||
->finalize (object);
|
||||
|
Loading…
Reference in New Issue
Block a user