mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-28 23:50:40 +00:00
Fix last memleak cov in /b
This commit is contained in:
parent
7897480ec9
commit
0dd8acb1c0
@ -3033,6 +3033,7 @@ static void __core_cmd_search_backward(RCore *core, int delta) {
|
||||
free (buf);
|
||||
}
|
||||
r_cons_break_pop ();
|
||||
r_list_free (boundaries);
|
||||
}
|
||||
|
||||
static void __core_cmd_search_asm_byteswap(RCore *core, int nth) {
|
||||
|
Loading…
Reference in New Issue
Block a user