From 688f6a0ba66aeb6553c7809eed76116305773f2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sat, 16 Jan 2010 13:44:03 +0200 Subject: [PATCH] Fix leak of 'i' from _yum(). --- contrib/_yum | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/_yum b/contrib/_yum index 2bcf9502..f7502a3e 100644 --- a/contrib/_yum +++ b/contrib/_yum @@ -36,7 +36,7 @@ _yum_plugins() _yum() { - local cur prev special split=false + local cur prev special i split=false COMPREPLY=() cur=`_get_cword`