From 4f267017936471c8248a85f8d86aabb96e66c7e8 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Sat, 12 Jan 2008 20:18:20 -0600 Subject: memleak fix with new dynamic depend structure Signed-off-by: Dan McGee --- lib/libalpm/conflict.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libalpm/conflict.c') diff --git a/lib/libalpm/conflict.c b/lib/libalpm/conflict.c index aec2080a..0fad4e4a 100644 --- a/lib/libalpm/conflict.c +++ b/lib/libalpm/conflict.c @@ -101,7 +101,7 @@ static int does_conflict(pmpkg_t *pkg1, const char *conflict, pmpkg_t *pkg2) _alpm_log(PM_LOG_DEBUG, "package %s conflicts with %s (by %s)\n", pkg1name, pkg2name, conflict); } - FREE(conf); + _alpm_dep_free(conf); return(match); } -- cgit v1.2.3-24-g4f1b