One more leak down.

This commit is contained in:
Ilia Alshanetsky 2004-05-25 16:40:54 +00:00
parent b7ecaca17f
commit 402de24fc4

View File

@ -806,6 +806,8 @@ void pdo_dbstmt_free_storage(zend_object *object TSRMLS_DC)
for (i = 0; i < stmt->column_count; i++) {
efree(cols[i].name);
}
}
if (stmt->columns) {
efree(stmt->columns);
}