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.186 by root, Sat Dec 15 23:14:38 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);
1048#endif 1050#endif
1049 array_free (prepare, EMPTY); 1051 array_free (prepare, EMPTY);
1050 array_free (check, EMPTY); 1052 array_free (check, EMPTY);
1053 array_free (fork, EMPTY);
1051 1054
1052 backend = 0; 1055 backend = 0;
1053} 1056}
1054 1057
1055void inline_size infy_fork (EV_P); 1058void inline_size infy_fork (EV_P);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines