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

Comparing libev/ev.c (file contents):
Revision 1.363 by root, Sun Oct 24 19:38:20 2010 UTC vs.
Revision 1.364 by root, Sun Oct 24 21:51:03 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#if EV_MULTIPLICITY
1741 /* mimic free (0) */ 1742 /* mimic free (0) */
1742 if (!EV_A) 1743 if (!EV_A)
1743 return; 1744 return;
1745#endif
1744 1746
1745#if EV_CLEANUP_ENABLE 1747#if EV_CLEANUP_ENABLE
1746 /* queue cleanup watchers (and execute them) */ 1748 /* queue cleanup watchers (and execute them) */
1747 if (expect_false (cleanupcnt)) 1749 if (expect_false (cleanupcnt))
1748 { 1750 {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines