moar tests
[m6w6/ext-pq] / src / php_pq_params.c
index 0c8278e95593c37ebd2475fe4b0b81b5e5311861..ec915829ed7146bf03911fd7f6eb93d69ddfdaf6 100644 (file)
@@ -137,6 +137,7 @@ static int apply_to_param_from_array(void *p TSRMLS_DC, int argc, va_list argv,
                        if (*zparam != *((zval **) p)) {
                                zval_ptr_dtor(zparam);
                        }
+                       efree(tmp);
                        break;
                }
        }