aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--URPM.xs1
2 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 552d23c..38a3cfa 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+- add a missing PUTBACK in traverse_tag_find()
+
Version 5.02 - 26 October 2014
- add >recommends method (mga#14376)
diff --git a/URPM.xs b/URPM.xs
index b37c8bd..10d9c2c 100644
--- a/URPM.xs
+++ b/URPM.xs
@@ -2451,6 +2451,7 @@ Db_traverse_tag_find(db,tag,name,callback)
found = 1;
break;
}
+ PUTBACK;
}
rpmtsSetVSFlags(db->ts, ovsflags);
(void)rpmdbFreeIterator(mi);