mirror of
https://github.com/radareorg/radare2.git
synced 2025-04-01 17:11:51 +00:00
Fix leak in autoname_imp_trampoline (#15263)
This commit is contained in:
parent
dc59b5e7dc
commit
76e825ad07
@ -723,6 +723,7 @@ static void autoname_imp_trampoline(RCore *core, RAnalFunction *fcn) {
|
||||
}
|
||||
}
|
||||
}
|
||||
r_list_free (refs);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user