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.1 by root, Mon May 18 15:19:38 2009 UTC vs.
Revision 1.2 by root, Tue Jun 16 17:28:00 2009 UTC

157 my_bool dummy; 157 my_bool dummy;
158 158
159 if (vio->read != our_read) 159 if (vio->read != our_read)
160 croak ("vio.read has unexpected content during unpatch - wtf?"); 160 croak ("vio.read has unexpected content during unpatch - wtf?");
161 161
162 if (vio->write != our_write)
163 croak ("vio.write has unexpected content during unpatch - wtf?");
164
162 SvREFCNT_dec (OURDATAPTR->corosocket); 165 SvREFCNT_dec (OURDATAPTR->corosocket);
163 166
164 Safefree (OURDATAPTR); 167 Safefree (OURDATAPTR);
165 168
166 vio->read = vio_read; 169 vio->read = vio_read;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines