1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-19 04:20:27 +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;
}
while (timerHandler && IS_ZERO(handler->when)) {
while (timerHandler && IS_ZERO(timerHandler->when)) {
handler = timerHandler;
timerHandler = timerHandler->next;