Fix memory leak when maintaining resources. When extra resources are
commitd3de5e9fe98e7a875818698e4d00be2e7f059324
authorMladen Turk <mturk@apache.org>
Sun, 26 Sep 2004 14:36:27 +0000 (26 14:36 +0000)
committerMladen Turk <mturk@apache.org>
Sun, 26 Sep 2004 14:36:27 +0000 (26 14:36 +0000)
tree47454c1120bb09d0fd027d87e92d625ba7f8f223
parentcdcbcbee794ce3231a04be48abd4633a133ee100
Fix memory leak when maintaining resources. When extra resources are
destroyed they are returned to the free list, but they were never reused and
the resource container has been created again. The patch makes sure that we
create resource containers up to the hmax.

git-svn-id: https://svn.eu.apache.org/repos/asf/apr/apr-util/trunk@59142 13f79535-47bb-0310-9956-ffa450edef68
misc/apr_reslist.c