summaryrefslogtreecommitdiff
path: root/toxav
diff options
context:
space:
mode:
authorirungentoo_trip <irungentoo@gmail.com>2014-10-25 08:51:43 -0700
committerirungentoo_trip <irungentoo@gmail.com>2014-10-25 08:51:43 -0700
commitb877d1dc1c5f52cc65393c12efa9769094b2cc7f (patch)
treed8c758eaa74ae8411ecbf4423a119ad3a990034d /toxav
parentc8812d4734bc92be34df076accb3a8e416a94d9d (diff)
parent2aed4bb75efa39ccf3a38cf525db35f1deffcd23 (diff)
Merge branch 'master' of https://github.com/xor2003/toxcore
# # Please enter a commit message to explain why this merge is necessary, # especially if it merges an updated upstream into a topic branch. # # Lines starting with '#' will be ignored, and an empty message aborts # the commit.
Diffstat (limited to 'toxav')
-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