mirror of
https://github.com/TokTok/c-toxcore
synced 2026-06-07 02:22:47 +00:00
Trying to fix TimerHandler *handler memory leak
This commit is contained in:
@@ -699,6 +699,8 @@ static void timer_terminate_session(TimerHandler *handler)
|
||||
free(handler->timers);
|
||||
|
||||
pthread_mutex_destroy( &handler->mutex );
|
||||
|
||||
free(handler);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user