1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-20 12:58:08 +01:00

fixed mem leak

This commit is contained in:
kojima
2001-03-15 21:13:54 +00:00
parent 7f8d51555b
commit f91e2693f9

View File

@@ -397,7 +397,7 @@ checkTimerHandlers()
handler = handler->next; handler = handler->next;
} }
while (timerHandler && IS_ZERO(handler->when)) { while (timerHandler && IS_ZERO(timerHandler->when)) {
handler = timerHandler; handler = timerHandler;
timerHandler = timerHandler->next; timerHandler = timerHandler->next;