Reset Color for asm.calls (#9290)

This commit is contained in:
Florian Märkl 2018-02-02 12:54:06 +01:00 committed by radare
parent 1f3708feef
commit 897fb45241

View File

@ -4031,6 +4031,7 @@ static void ds_print_calls_hints(RDisasmState *ds) {
free (type);
}
}
ds_print_color_reset (ds);
free (name);
}