Author: uwendel
Date: 2008-04-09 14:16:18 +0200 (Wed, 09 Apr 2008)
New Revision: 1407
Modified:
trunk/php5/ext/pdo_mysqlnd/mysql_statement.c
Log:
As requested by Andrey
Modified: trunk/php5/ext/pdo_mysqlnd/mysql_statement.c
===================================================================
--- trunk/php5/ext/pdo_mysqlnd/mysql_statement.c 2008-04-09 10:32:14 UTC (rev 1406)
+++ trunk/php5/ext/pdo_mysqlnd/mysql_statement.c 2008-04-09 12:16:18 UTC (rev 1407)
@@ -61,7 +61,11 @@
#ifdef TODO_DOuble_Free
efree(S->params);
#endif
+ }
+ if (S->in_null) {
efree(S->in_null);
+ }
+ if (S->in_length) {
efree(S->in_length);
}
if (S->bound_result)
| Thread |
|---|
| • PHP mysqlnd svn commit: r1407 - trunk/php5/ext/pdo_mysqlnd | uwendel | 9 Apr |