diff options
Diffstat (limited to 'agent/conncheck.c')
-rw-r--r-- | agent/conncheck.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/agent/conncheck.c b/agent/conncheck.c index 689ec48..39ef78f 100644 --- a/agent/conncheck.c +++ b/agent/conncheck.c @@ -3855,6 +3855,7 @@ priv_add_new_turn_refresh (NiceAgent *agent, CandidateDiscovery *cdisco, nice_debug ("timer source is : %p", cand->timer_source); } else { + agent->pruning_refreshes = g_slist_append (agent->pruning_refreshes, cand); nice_debug ("Agent %p : Sending request to remove TURN allocation " "for refresh %p", agent, cand); cand->disposing = TRUE; |