Commit 9e9028d9 authored by Olivier Crête's avatar Olivier Crête

Remove useless nice_address_init

parent 16b7547c
......@@ -106,7 +106,6 @@ component_free (Component *cmp)
g_slist_free (cmp->gsources), cmp->gsources = NULL;
g_slist_free (cmp->incoming_checks);
nice_address_init (&cmp->turn_server);
g_free (cmp->turn_username);
g_free (cmp->turn_password);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment