Nuke bogus comments + related NULL-checks
authorPanu Matilainen <pmatilai@redhat.com>
Thu, 1 Apr 2010 15:19:49 +0000 (18:19 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Thu, 1 Apr 2010 15:19:49 +0000 (18:19 +0300)
commit8e9d2aff44af79260c0adec976773dd78c4dc1b8
tree75cf9d5979ce52fd489c4308f3721231dd45a262
parentca2c8172d10d3257bb8b49bc008d65b7e874edcf
Nuke bogus comments + related NULL-checks
- db->_dbi cannot be NULL if db is not NULL, it's allocated at
  newRpmDB() and freed in rpmdbClose() and nothing else touches it
lib/rpmdb.c