Remove an usused variable from alpm/util.c/_alpm_lckmk()
commit729651a55473f6e64c4dc95888efbe2e4c76efa0
authorNagy Gabor <ngaba@bibl.u-szeged.hu>
Sun, 17 Aug 2008 19:26:49 +0000 (17 21:26 +0200)
committerDan McGee <dan@archlinux.org>
Tue, 19 Aug 2008 23:43:46 +0000 (19 18:43 -0500)
treecf0e256b09ceee95a999154092d0e8416b8cea7d
parent232b838a54e689800267e1b98ace207bd442b8cd
Remove an usused variable from alpm/util.c/_alpm_lckmk()

Probably a tweakable "lockdb-retry" option was planned which is not
implemented. (Now it should be implemented in front-end.)

So now this variable was unused and caused a small memleak.
(FREE(dir) was not reached in case of error.)

Signed-off-by: Nagy Gabor <ngaba@bibl.u-szeged.hu>
Signed-off-by: Dan McGee <dan@archlinux.org>
lib/libalpm/util.c