Commit 671f32b4 authored by Marcus Lundblad's avatar Marcus Lundblad Committed by Youness Alaoui

Fix a double-free bug

parent 047aba1f
...@@ -388,7 +388,6 @@ socket_dequeue_all_data (TurnPriv *priv, const NiceAddress *to) ...@@ -388,7 +388,6 @@ socket_dequeue_all_data (TurnPriv *priv, const NiceAddress *to)
/* remove queue from table */ /* remove queue from table */
g_hash_table_remove (priv->send_data_queues, to); g_hash_table_remove (priv->send_data_queues, to);
g_queue_free (send_queue);
} }
} }
......
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