Skip to content

component: Fix use-after-free

Jakub Adam requested to merge xhaakon/libnice:heap-use-after-free into master

conn_check_prune_socket() was trying to access deleted NiceCandidate instance. Prune the socket before removing the candidate.

Closes #73 (closed)

Merge request reports