Fix last memleak cov in /b

This commit is contained in:
pancake 2021-06-25 13:47:47 +02:00
parent 7897480ec9
commit 0dd8acb1c0

View File

@ -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) {