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.3 by root, Sat Jun 20 20:43:44 2009 UTC vs.
Revision 1.4 by root, Sat Jun 20 20:44:09 2009 UTC

151} 151}
152 152
153void 153void
154_unpatch (IV sock) 154_unpatch (IV sock)
155 CODE: 155 CODE:
156 if (IN_DESTRUCT) 156 if (!IN_DESTRUCT)
157 { 157 {
158 /* we currently leak data during global destruction */ 158 /* we currently leak data during global destruction */
159 /* perl makes it extremely hard to do otherwise, though */ 159 /* perl makes it extremely hard to do otherwise, though */
160 MYSQL *my = (MYSQL *)sock; 160 MYSQL *my = (MYSQL *)sock;
161 Vio *vio = my->net.vio; 161 Vio *vio = my->net.vio;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines