index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Xavier Chantry <shiningxc@gmail.com> | 2009-09-07 01:50:36 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2009-09-06 19:15:12 -0500 |
commit | 2f190726324c44f314e8966f0068dea0b013d968 (patch) | |
tree | f1b232ad11eae9f97b8151a4ceca2179a3715956 /src | |
parent | 845f21207c53c36c02f14343dcf4dbbca5462ce0 (diff) |
-rw-r--r-- | src/pacman/pacman.c | 1 |
diff --git a/src/pacman/pacman.c b/src/pacman/pacman.c index 37472083..efc24126 100644 --- a/src/pacman/pacman.c +++ b/src/pacman/pacman.c @@ -906,6 +906,7 @@ static int _parseconfig(const char *file, const char *givensection, free(temp); } else { if(strstr(temp, "$arch")) { + free(temp); pm_printf(PM_LOG_ERROR, _("The mirror '%s' contains the $arch" " variable, but no Architecture is defined.\n"), ptr); ret = 1; |