summaryrefslogtreecommitdiff
path: root/agent/component.c
diff options
context:
space:
mode:
Diffstat (limited to 'agent/component.c')
-rw-r--r--agent/component.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/agent/component.c b/agent/component.c
index 720dd39..10fb32b 100644
--- a/agent/component.c
+++ b/agent/component.c
@@ -699,7 +699,6 @@ nice_component_detach_socket (NiceComponent *component, NiceSocket *nicesock)
component->socket_sources = g_slist_delete_link (component->socket_sources, s);
component->socket_sources_age++;
- socket_source_detach (socket_source);
socket_source_free (socket_source);
}