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

Comparing Coro-Mysql/Mysql.xs (file contents):
Revision 1.13 by root, Tue Jun 3 03:08:34 2014 UTC vs.
Revision 1.15 by root, Tue Jun 3 13:38:48 2014 UTC

179 179
180#if DESC_IS_PTR 180#if DESC_IS_PTR
181 vio->desc = our->old_desc; 181 vio->desc = our->old_desc;
182#endif 182#endif
183 183
184 Safefree (our);
185
186 vio->vioclose = our->old_vioclose; 184 vio->vioclose = our->old_vioclose;
187 vio->write = our->old_write; 185 vio->write = our->old_write;
188 vio->read = our->old_read; 186 vio->read = our->old_read;
187
188 Safefree (our);
189 189
190 vio->vioclose (vio); 190 vio->vioclose (vio);
191} 191}
192 192
193#if HAVE_EV 193#if HAVE_EV

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines