apr_null_cleanup() instead of NULL to indicate that no child
cleanup is desired. (With NULL, we branch to zero.)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86072
13f79535-47bb-0310-9956-
ffa450edef68
frec->next = registered_filters;
registered_filters = frec;
- apr_register_cleanup(FILTER_POOL, NULL, filter_cleanup, NULL);
+ apr_register_cleanup(FILTER_POOL, NULL, filter_cleanup, apr_null_cleanup);
}
API_EXPORT(void) ap_add_filter(const char *name, void *ctx, request_rec *r)