Fix a memory leak in astobj2 that was pointed out by seanbright. When a container
commited36e7431725612374d61dfa254050866001df49
authorrussell <russell@614ede4d-c843-0410-af14-a771ab80d22e>
Tue, 17 Jun 2008 15:48:31 +0000 (17 15:48 +0000)
committerrussell <russell@614ede4d-c843-0410-af14-a771ab80d22e>
Tue, 17 Jun 2008 15:48:31 +0000 (17 15:48 +0000)
treebe91722c00ab614d0b24cec2c01caabe57615fcc
parent4b36d4b46d110884a24dcdd08b60acd82f6c5858
Fix a memory leak in astobj2 that was pointed out by seanbright.  When a container
got destroyed, the underlying bucket list entry for each object that was in the
container at that time did not get free'd.

git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@123271 614ede4d-c843-0410-af14-a771ab80d22e
main/astobj2.c