commit | f87d8bc73221f8e6c94761e9486b4fcbfd395e25 | [log] [tgz] |
---|---|---|
author | Paul J. Davis <paul.joseph.davis@gmail.com> | Fri Aug 16 11:14:44 2013 -0500 |
committer | Robert Newson <rnewson@apache.org> | Wed Jul 30 17:16:33 2014 +0100 |
tree | fcda1d2867ebe4d32ffd60a2f0ea9efe95fdca49 | |
parent | 36cccf31c21601c6ae4d94a77189f28ed2856651 [diff] |
Fix resource destructors Apparently the resource name is quite important. The old code was attempting to free all hashes with the iterator destructor which also had a bug that masked the underlying issue. This fixes the wrong destructor issue as well as the iterator destructor bug.