summaryrefslogtreecommitdiff
path: root/toxav/toxav.c
diff options
context:
space:
mode:
Diffstat (limited to 'toxav/toxav.c')
-rw-r--r--toxav/toxav.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/toxav/toxav.c b/toxav/toxav.c
index 7cba031e..8549bc05 100644
--- a/toxav/toxav.c
+++ b/toxav/toxav.c
@@ -588,6 +588,8 @@ int toxav_kill_transmission ( ToxAv *av, int32_t call_index )
588 codec_terminate_session(call->cs); 588 codec_terminate_session(call->cs);
589 call->cs = NULL; 589 call->cs = NULL;
590 590
591 free(call->frame_buf);
592
591 pthread_mutex_unlock(&call->mutex); 593 pthread_mutex_unlock(&call->mutex);
592 pthread_mutex_destroy(&call->mutex); 594 pthread_mutex_destroy(&call->mutex);
593 595