mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-12 17:48:33 +00:00
Fix leak of list when using asj command ##anal
This commit is contained in:
parent
e5234b920c
commit
0f2e7dfdcc
@ -8328,6 +8328,7 @@ static void cmd_anal_syscall(RCore *core, const char *input) {
|
||||
r_cons_println (pj_string (pj));
|
||||
pj_free (pj);
|
||||
}
|
||||
r_list_free (list);
|
||||
break;
|
||||
case '\0':
|
||||
cmd_syscall_do (core, -1, core->offset);
|
||||
|
Loading…
x
Reference in New Issue
Block a user