]> granicus.if.org Git - apache/commit
The bucket_foo_create() functions do not need to use calloc() because
authorCliff Woolley <jwoolley@apache.org>
Tue, 19 Jun 2001 18:48:21 +0000 (18:48 +0000)
committerCliff Woolley <jwoolley@apache.org>
Tue, 19 Jun 2001 18:48:21 +0000 (18:48 +0000)
commit94dc5573dd6c3fef40b73a1797b53903a7070d99
tree19475ff75211e2e602f4ddd49b0f242fc41f4fb3
parent61be6d564435d0d59d14261a806c263d89fc983c
The bucket_foo_create() functions do not need to use calloc() because
all of the members of the apr_bucket struct are always explicitly
initialized anyway... malloc() should be used instead.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89389 13f79535-47bb-0310-9956-ffa450edef68
server/error_bucket.c