1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-12-22 07:48:50 -05:00

found a possible MLK: to be fixed

This commit is contained in:
Aurelien Foret 2005-05-03 17:42:54 +00:00
parent 80a5ffa8d8
commit 00b97ee35f

View File

@ -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);