Author gregory.p.smith
Recipients
Date 2004-06-15.00:02:19
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=413

make_key_dbt() will never return with an error leaving a
FREE_DBT(key) necessary.

however looking in depth at the code i believe it would have
been possible to have a leak when using integer keys and
exiting early with an error.  a patch (untested) that should
fix that is attached.  i'll test it out later.

do you have any memleak test cases by any chance?
History
Date User Action Args
2007-08-23 15:38:02adminlinkissue967763 messages
2007-08-23 15:38:02admincreate