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:
parent
80a5ffa8d8
commit
00b97ee35f
@ -40,6 +40,8 @@ int rpmvercmp(const char *a, const char *b)
|
|||||||
return(0);
|
return(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* ORE
|
||||||
|
* the memory allocated here is never freed... */
|
||||||
str1 = strdup(a);
|
str1 = strdup(a);
|
||||||
str2 = strdup(b);
|
str2 = strdup(b);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user