aboutsummaryrefslogtreecommitdiffstats
path: root/src/gevent/gevent.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gevent/gevent.c')
-rw-r--r--src/gevent/gevent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gevent/gevent.c b/src/gevent/gevent.c
index 67b32747..779f63a0 100644
--- a/src/gevent/gevent.c
+++ b/src/gevent/gevent.c
@@ -53,7 +53,7 @@ void _geventInit(void)
void _geventDeinit(void)
{
- /* ToDo */
+ gfxMutexDestroy(&geventMutex);
}
void geventListenerInit(GListener *pl) {