ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/EV/EV.xs
(Generate patch)

Comparing EV/EV.xs (file contents):
Revision 1.56 by root, Tue Nov 6 16:09:37 2007 UTC vs.
Revision 1.57 by root, Tue Nov 6 17:20:42 2007 UTC

110} 110}
111 111
112static void 112static void
113e_destroy (void *w_) 113e_destroy (void *w_)
114{ 114{
115 struct ev_watcher *w = w_; 115 struct ev_watcher *w = (struct ev_watcher *)w_;
116 116
117 SvREFCNT_dec (w->fh ); w->fh = 0; 117 SvREFCNT_dec (w->fh ); w->fh = 0;
118 SvREFCNT_dec (w->cb_sv); w->cb_sv = 0; 118 SvREFCNT_dec (w->cb_sv); w->cb_sv = 0;
119} 119}
120 120

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines