]> Dogcows Code - chaz/tint2/blobdiff - src/util/timer.c
*fix* issue 282
[chaz/tint2] / src / util / timer.c
index 8d22082f4d79b1321f73cb6288094887bf1094ad..01bd7686b972783b2bd324641fde78b9bf3eaa74 100644 (file)
@@ -77,6 +77,10 @@ void cleanup_timeout()
                free(t);
                timeout_list = g_slist_remove(timeout_list, t);
        }
+       if (multi_timeouts) {
+               g_hash_table_destroy(multi_timeouts);
+               multi_timeouts = 0;
+       }
 }
 
 /** Implementation notes for timeouts: The timeouts are kept in a GSList sorted by their
This page took 0.020973 seconds and 4 git commands to generate.