]> granicus.if.org Git - apache/commitdiff
Update this custom bucket to use the free function pointer in apr_bucket_type_t
authorBill Stoddard <stoddard@apache.org>
Fri, 3 Aug 2001 14:26:03 +0000 (14:26 +0000)
committerBill Stoddard <stoddard@apache.org>
Fri, 3 Aug 2001 14:26:03 +0000 (14:26 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89906 13f79535-47bb-0310-9956-ffa450edef68

server/error_bucket.c

index 6c5c61c7280f1259417deaf5340bc3c45498dc51..90453a79c9246f9a6db541d5f3071530765f1746 100644 (file)
@@ -99,6 +99,7 @@ AP_DECLARE(apr_bucket *) ap_bucket_error_create(int error,
 AP_DECLARE_DATA const apr_bucket_type_t ap_bucket_type_error = {
     "ERROR", 5,
     free,
+    free,
     error_read,
     apr_bucket_setaside_notimpl,
     apr_bucket_split_notimpl,