[Nice] [nice/master] Remove useless set to null

Olivier Crête olivier.crete at collabora.co.uk
Wed Nov 5 14:02:16 PST 2008


---
 agent/component.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/agent/component.c b/agent/component.c
index 84ff369..4e322e9 100644
--- a/agent/component.c
+++ b/agent/component.c
@@ -103,7 +103,7 @@ component_free (Component *cmp)
   g_slist_free (cmp->local_candidates);
   g_slist_free (cmp->remote_candidates);
   g_slist_free (cmp->sockets);
-  g_slist_free (cmp->gsources), cmp->gsources = NULL;
+  g_slist_free (cmp->gsources);
   g_slist_free (cmp->incoming_checks);
 
   g_free (cmp->turn_username);
-- 
1.5.6.5




More information about the Nice mailing list