mirror of
https://github.com/radareorg/radare2.git
synced 2025-03-04 04:17:25 +00:00
Fix 1446543 Resource leak
This commit is contained in:
parent
60290f8629
commit
f7ff702e58
@ -431,6 +431,7 @@ static void normal_RANode_print(const RAGraph *g, const RANode *n, int cur) {
|
||||
char *f = r_str_newf ("%s%s%s", n->color, pad, Color_RESET);
|
||||
G (n->x, n->y);
|
||||
W (f);
|
||||
free (f);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user