This commit is contained in:
Wez Furlong 2005-07-08 20:45:19 +00:00
parent ca59b1158e
commit 6ee00c8199

View file

@ -70,6 +70,11 @@ static int pgsql_stmt_dtor(pdo_stmt_t *stmt TSRMLS_DC)
efree(S->param_values);
S->param_values = NULL;
}
if (S->param_formats) {
efree(S->param_formats);
S->param_formats = NULL;
}
#endif
if (S->cursor_name) {