summaryrefslogtreecommitdiff
path: root/toxav/msi.c
diff options
context:
space:
mode:
Diffstat (limited to 'toxav/msi.c')
-rw-r--r--toxav/msi.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/toxav/msi.c b/toxav/msi.c
index 5efaf147..7f390435 100644
--- a/toxav/msi.c
+++ b/toxav/msi.c
@@ -699,6 +699,8 @@ static void timer_terminate_session(TimerHandler *handler)
699 free(handler->timers); 699 free(handler->timers);
700 700
701 pthread_mutex_destroy( &handler->mutex ); 701 pthread_mutex_destroy( &handler->mutex );
702
703 free(handler);
702} 704}
703 705
704/** 706/**