From 653999a818abbd4828714343fa62482b9cbb232a Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Mon, 6 Mar 2006 14:11:01 +0000 Subject: Also, increase refcounts. --- URPM.xs | 1 + 1 file changed, 1 insertion(+) diff --git a/URPM.xs b/URPM.xs index 97ab09f..43489e3 100644 --- a/URPM.xs +++ b/URPM.xs @@ -2774,6 +2774,7 @@ Db_create_transaction(db, prefix="/") /* this is *REALLY* dangerous to create a new transaction while another is open, so use the db transaction instead. */ db->ts = rpmtsLink(db->ts, "URPM::DB::create_transaction"); + ++db->count; RETVAL = db; OUTPUT: RETVAL -- cgit v1.2.1