mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Trying to fix TimerHandler *handler memory leak
This commit is contained in:
parent
35b16b9cee
commit
1b60fbed56
|
@ -699,6 +699,8 @@ static void timer_terminate_session(TimerHandler *handler)
|
|||
free(handler->timers);
|
||||
|
||||
pthread_mutex_destroy( &handler->mutex );
|
||||
|
||||
free(handler);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue
Block a user