summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--toxav/toxav.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/toxav/toxav.c b/toxav/toxav.c
index 49058b8f..59c0c1e4 100644
--- a/toxav/toxav.c
+++ b/toxav/toxav.c
@@ -188,6 +188,7 @@ void toxav_kill(ToxAV *av)
188 188
189 while (it) { 189 while (it) {
190 call_kill_transmission(it); 190 call_kill_transmission(it);
191 it->msi_call = NULL; /* msi_kill() frees the call's msi_call handle; which causes #278 */
191 it = call_remove(it); /* This will eventually free av->calls */ 192 it = call_remove(it); /* This will eventually free av->calls */
192 } 193 }
193 } 194 }