fixed a coverity found in vmenus

This commit is contained in:
vane11ope 2018-06-17 05:42:40 +09:00 committed by radare
parent c2cc0462b5
commit cf8c87a24b

View File

@ -3281,5 +3281,6 @@ R_API void r_core_visual_colors(RCore *core) {
rcolor = r_cons_pal_get_i (opt);
oopt = opt;
}
free (body);
}
}