Remove reamining dead assignments from rpmtsiFree() in transaction code
authorPanu Matilainen <pmatilai@redhat.com>
Tue, 31 May 2011 09:43:15 +0000 (12:43 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Tue, 31 May 2011 09:43:15 +0000 (12:43 +0300)
commit86b5c818e0f58d589d9e8955a2b34062abfb521a
treedae8fc89a80ab4daa81998b8c7b7a9d2c5eba9d3
parentc295b772f3c564e6b3d1d16ce7df39f6fc9e1198
Remove reamining dead assignments from rpmtsiFree() in transaction code
- Not all of these are at the end of local scope and in many cases
  the iterator pointer is reused, but the logic in all these is
  straightforward enough (no jumps etc) that there's no much
  chance of mistakenly using already freed iterator.
lib/depends.c
lib/order.c
lib/rpmts.c
lib/transaction.c