Fix 1208754
This commit is contained in:
parent
08e9247bf8
commit
bd51fcaab6
1 changed files with 1 additions and 0 deletions
|
|
@ -119,6 +119,7 @@ R_API RList *r_core_asm_strsearch(RCore *core, const char *input, ut64 from, ut6
|
|||
if (!(hit = r_core_asm_hit_new ())) {
|
||||
r_list_purge (hits);
|
||||
free (hits);
|
||||
hits = NULL;
|
||||
goto beach;
|
||||
}
|
||||
hit->addr = at+tidx;
|
||||
|
|
|
|||
Loading…
Reference in a new issue