summaryrefslogtreecommitdiff
path: root/toxav
diff options
context:
space:
mode:
Diffstat (limited to 'toxav')
-rw-r--r--toxav/msi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/toxav/msi.c b/toxav/msi.c
index 19925f9d..5efaf147 100644
--- a/toxav/msi.c
+++ b/toxav/msi.c
@@ -1621,6 +1621,7 @@ int msi_terminate_session ( MSISession *session )
1621 pthread_mutex_destroy(&session->mutex); 1621 pthread_mutex_destroy(&session->mutex);
1622 1622
1623 LOGGER_DEBUG("Terminated session: %p", session); 1623 LOGGER_DEBUG("Terminated session: %p", session);
1624 free ( session->calls );
1624 free ( session ); 1625 free ( session );
1625 return _status; 1626 return _status;
1626} 1627}