Have BDB use our allocation routines now that we can
authorPanu Matilainen <pmatilai@redhat.com>
Thu, 17 Sep 2009 09:25:31 +0000 (12:25 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Thu, 17 Sep 2009 09:32:04 +0000 (12:32 +0300)
commit28919a1677f6f0e2741d9554c4bd30eb98825fb5
tree5d0aefddced44449c986c3c72e712eeb9db4af59
parent5722f2d65cc4f1a1204f71edef311ce30cadda5c
Have BDB use our allocation routines now that we can
- rfree() prototype doesn't match free() but it doesn't matter in this
  case as it's just a convencience wrapper with no extra functionality
  and setting NULL is ok according to BDB docs
- db->set_alloc() can't be used if environment is used, fix the condition
lib/backend/db3.c
lib/rpmdb.c