search for: event_tree

Displaying 1 result from an estimated 1 matches for "event_tree".

Did you mean: event_ref
2007 Feb 13
2
[PATCH] Eternal flush, memory leaks
...is process, it keeps consuming memory until the kernel's out- of-memory killer gets rid of it. If I take the unresolvable address out of the configuration, it works fine. Looks like the problem is this: logger(LOG_INFO, _("Flushing event queue")); while(event_tree->head) { event = event_tree->head->data; event->handler(event->data); event_del(event); } There's initially a setup_outgoing_connection() event there. It calls do_outgoing_connection(), which on resolve failure ca...