ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libev/ev.c
(Generate patch)

Comparing libev/ev.c (file contents):
Revision 1.362 by root, Sun Oct 24 19:15:52 2010 UTC vs.
Revision 1.363 by root, Sun Oct 24 19:38:20 2010 UTC

1736void 1736void
1737ev_loop_destroy (EV_P) 1737ev_loop_destroy (EV_P)
1738{ 1738{
1739 int i; 1739 int i;
1740 1740
1741 /* mimic free (0) */
1742 if (!EV_A)
1743 return;
1744
1741#if EV_CLEANUP_ENABLE 1745#if EV_CLEANUP_ENABLE
1742 /* queue cleanup watchers (and execute them) */ 1746 /* queue cleanup watchers (and execute them) */
1743 if (expect_false (cleanupcnt)) 1747 if (expect_false (cleanupcnt))
1744 { 1748 {
1745 queue_events (EV_A_ (W *)cleanups, cleanupcnt, EV_CLEANUP); 1749 queue_events (EV_A_ (W *)cleanups, cleanupcnt, EV_CLEANUP);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines