Commit 87c1f59c authored by Bill Stoddard's avatar Bill Stoddard
Browse files

Update this custom bucket to use the free function pointer in apr_bucket_type_t


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89906 13f79535-47bb-0310-9956-ffa450edef68
parent c989072b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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,