From 00b97ee35f0bff40646da6766002eb0c200d96c1 Mon Sep 17 00:00:00 2001 From: Aurelien Foret Date: Tue, 3 May 2005 17:42:54 +0000 Subject: found a possible MLK: to be fixed --- lib/libalpm/rpmvercmp.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/libalpm') diff --git a/lib/libalpm/rpmvercmp.c b/lib/libalpm/rpmvercmp.c index bbabc2b4..151dd40b 100644 --- a/lib/libalpm/rpmvercmp.c +++ b/lib/libalpm/rpmvercmp.c @@ -40,6 +40,8 @@ int rpmvercmp(const char *a, const char *b) return(0); } + /* ORE + * the memory allocated here is never freed... */ str1 = strdup(a); str2 = strdup(b); -- cgit v1.2.3-54-g00ecf