diff options
Diffstat (limited to 'src/gevent')
-rw-r--r-- | src/gevent/gevent.c | 2 |
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) { |