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

Comparing libev/ev.c (file contents):
Revision 1.185 by root, Fri Dec 14 18:22:30 2007 UTC vs.
Revision 1.187 by root, Sun Dec 16 21:54:28 2007 UTC

1038#if EV_IDLE_ENABLE 1038#if EV_IDLE_ENABLE
1039 array_free (idle, [i]); 1039 array_free (idle, [i]);
1040#endif 1040#endif
1041 } 1041 }
1042 1042
1043 ev_free (anfds); anfdmax = 0;
1044
1043 /* have to use the microsoft-never-gets-it-right macro */ 1045 /* have to use the microsoft-never-gets-it-right macro */
1044 array_free (fdchange, EMPTY); 1046 array_free (fdchange, EMPTY);
1045 array_free (timer, EMPTY); 1047 array_free (timer, EMPTY);
1046#if EV_PERIODIC_ENABLE 1048#if EV_PERIODIC_ENABLE
1047 array_free (periodic, EMPTY); 1049 array_free (periodic, EMPTY);
1050#endif
1051#if EV_FORK_ENABLE
1052 array_free (fork, EMPTY);
1048#endif 1053#endif
1049 array_free (prepare, EMPTY); 1054 array_free (prepare, EMPTY);
1050 array_free (check, EMPTY); 1055 array_free (check, EMPTY);
1051 1056
1052 backend = 0; 1057 backend = 0;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines