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
1 changed files with 2 additions and 0 deletions

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