mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-28 23:50:40 +00:00
Fix 1208754
This commit is contained in:
parent
08e9247bf8
commit
bd51fcaab6
@ -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 New Issue
Block a user