Skip to content

Commit

Permalink
Fix assert in agcg
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Nov 22, 2023
1 parent f2c8b12 commit 9a40c87
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libr/core/canal.c
Original file line number Diff line number Diff line change
Expand Up @@ -2645,6 +2645,8 @@ R_API void r_core_anal_callgraph(RCore *core, ut64 addr, int fmt) {
switch (fmt) {
case R_GRAPH_FORMAT_GML:
case R_GRAPH_FORMAT_GMLFCN:
r_cons_printf ("]\n");
break;
case R_GRAPH_FORMAT_JSON:
pj_end (pj);
r_cons_println (pj_string (pj));
Expand Down

0 comments on commit 9a40c87

Please sign in to comment.