Fix CID 1338307
This commit is contained in:
parent
c9ef702fc7
commit
caade12229
1 changed files with 1 additions and 0 deletions
|
|
@ -169,6 +169,7 @@ R_API int r_cons_less_str(const char *str, const char *exitkeys) {
|
|||
mla = calloc (lines_count, sizeof (RList *));
|
||||
if (!mla) {
|
||||
free (p);
|
||||
free (lines);
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue