From 17a1a8e7dbfab2e9a8a7b236b3aa2c7cc6d5c895 Mon Sep 17 00:00:00 2001 From: Ben Fuhrmannek Date: Mon, 22 Sep 2014 18:03:56 +0200 Subject: commented out duplicate function (resolves #59) --- rfc1867_new.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/rfc1867_new.c b/rfc1867_new.c index 1d7ff9e..720e3ff 100644 --- a/rfc1867_new.c +++ b/rfc1867_new.c @@ -181,12 +181,12 @@ static int unlink_filename(char **filename TSRMLS_DC) /* {{{ */ } /* }}} */ -void destroy_uploaded_files_hash(TSRMLS_D) /* {{{ */ -{ - zend_hash_apply(SG(rfc1867_uploaded_files), (apply_func_t) unlink_filename TSRMLS_CC); - zend_hash_destroy(SG(rfc1867_uploaded_files)); - FREE_HASHTABLE(SG(rfc1867_uploaded_files)); -} +// void destroy_uploaded_files_hash(TSRMLS_D) /* {{{ */ +// { +// zend_hash_apply(SG(rfc1867_uploaded_files), (apply_func_t) unlink_filename TSRMLS_CC); +// zend_hash_destroy(SG(rfc1867_uploaded_files)); +// FREE_HASHTABLE(SG(rfc1867_uploaded_files)); +// } /* }}} */ /* {{{ Following code is based on apache_multipart_buffer.c from libapreq-0.33 package. */ -- cgit v1.3