Eliminate some dead assignments on rpmdsFree()
authorPanu Matilainen <pmatilai@redhat.com>
Fri, 27 May 2011 08:55:31 +0000 (11:55 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Fri, 27 May 2011 12:08:32 +0000 (15:08 +0300)
commite646a6908fd2f4b529108f60a9e80affb3b756d0
tree3b89d6dbc02f6e32c30a136fcf66e51a773e7bb8
parentf7694592e5afcb4ad362410318205b2f1c72c9f3
Eliminate some dead assignments on rpmdsFree()
- Move ds declaration to local scope so there's no chance of
  accidental use of already freed data, ds is not needed at
  function scope.
build/rpmfc.c