index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | lib/libalpm/rpmvercmp.c | 2 |
diff --git a/lib/libalpm/rpmvercmp.c b/lib/libalpm/rpmvercmp.c index d5b874e6..4667083e 100644 --- a/lib/libalpm/rpmvercmp.c +++ b/lib/libalpm/rpmvercmp.c @@ -154,8 +154,6 @@ int rpmvercmp(const char *a, const char *b) return(0); } - /* ORE - * the memory allocated here is never freed... */ strncpy(str1, a, 64); str1[63] = 0; strncpy(str2, b, 64); |