The following commit has been merged in the master branch:
commit 688f6a0ba66aeb6553c7809eed76116305773f2c
Author: Ville Skyttä <[email protected]>
Date:   Sat Jan 16 13:44:03 2010 +0200

    Fix leak of 'i' from _yum().

diff --git a/contrib/_yum b/contrib/_yum
index 2bcf950..f7502a3 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`

-- 
bash-completion

_______________________________________________
Bash-completion-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/bash-completion-commits

Reply via email to