Bug 842549 - Part 4. Small fix from ekr to disarm the trickle_cb when the ICE ctx is destroyed. r=abr

This commit is contained in:
Byron Campen [:bwc] 2013-09-19 16:08:28 -07:00
Родитель 6f52d7fb0c
Коммит 08a79183b5
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -432,6 +432,7 @@ int nr_ice_ctx_destroy(nr_ice_ctx **ctxp)
return(0);
(*ctxp)->done_cb=0;
(*ctxp)->trickle_cb=0;
NR_ASYNC_SCHEDULE(nr_ice_ctx_destroy_cb,*ctxp);