From 6965fbd5c8c3d6228989fa89cc8e2c107965aba9 Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Tue, 18 Dec 2007 12:29:46 +0200 Subject: [PATCH] One leftover reloc constfree.. --- lib/rpminstall.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rpminstall.c b/lib/rpminstall.c index f678ae6..9eea1f8 100644 --- a/lib/rpminstall.c +++ b/lib/rpminstall.c @@ -523,7 +523,7 @@ if (fileURL[0] == '=') { /* XXX reference held by transaction set */ eiu->h = headerFree(eiu->h); if (eiu->relocations) - eiu->relocations->oldPath = _free(eiu->relocations->oldPath); + eiu->relocations->oldPath = _constfree(eiu->relocations->oldPath); switch(rc) { case 0: -- 2.7.4