Fix 1446543 Resource leak

This commit is contained in:
murphy 2021-04-12 16:30:36 +02:00 committed by pancake
parent 60290f8629
commit f7ff702e58

View File

@ -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);
}
}