summaryrefslogtreecommitdiff
path: root/main/spprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/spprintf.c')
-rw-r--r--main/spprintf.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/main/spprintf.c b/main/spprintf.c
index 10bce9d247..464dda492b 100644
--- a/main/spprintf.c
+++ b/main/spprintf.c
@@ -16,8 +16,6 @@
+----------------------------------------------------------------------+
*/
-/* $Id$ */
-
/* This is the spprintf implementation.
* It has emerged from apache snprintf. See original header:
*/
@@ -817,7 +815,7 @@ fmt_error:
}
if (free_zcopy) {
- zval_dtor(&zcopy);
+ zval_ptr_dtor_str(&zcopy);
}
}
skip_output: