From 119d059c9b614383946f08f739660f22ae30430d Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 20 Apr 2014 10:36:17 +0200 Subject: [PATCH] bin/xbps-rindex/index-add.c: fix a mistake in previous cleanups. --- bin/xbps-rindex/index-add.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/bin/xbps-rindex/index-add.c b/bin/xbps-rindex/index-add.c index 0a65d5aa..169e4075 100644 --- a/bin/xbps-rindex/index-add.c +++ b/bin/xbps-rindex/index-add.c @@ -268,8 +268,5 @@ out: if (tmprepodir) { free(tmprepodir); } - if (repodir) { - free(repodir); - } return rv; }