commit | df73802131b481e6fcf8bc22a3f853be2276eb6d | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Sun May 20 02:14:48 2007 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Sun May 20 02:14:48 2007 +0000 |
tree | 37a1682f1281a2ea2fb73a2b95a2293c411cc5ad | |
parent | 73bf1018d654553bf659dfa6f4608875f89ca2c0 [diff] |
Backout the original 'fix' to 1721309 which had no effect. Different versions of Berkeley DB handle this differently. The comments and bug report should have the details. Memory is allocated in 4.4 (and presumably earlier), but not in 4.5. Thus 4.5 has the free error, but not earlier versions. Mostly update comments, plus make the free conditional.