Fix CID 1338307

This commit is contained in:
Anton Kochkov 2016-05-24 09:04:34 +03:00
parent c9ef702fc7
commit caade12229

View file

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