mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-05 10:14:04 +00:00
[common] linux/time: fix memory leak
This commit is contained in:
@@ -148,5 +148,7 @@ void lgTimerDestroy(LGTimer * timer)
|
||||
return;
|
||||
|
||||
ll_removeData(l_ts.timers, timer);
|
||||
free(timer);
|
||||
|
||||
destroyTimerThread();
|
||||
}
|
||||
|
Reference in New Issue
Block a user