* BugFix: pxA did not display the last line of its output

This commit is contained in:
Davide Balzarotti 2016-04-23 09:38:28 +02:00 committed by pancake
parent 28b123c76a
commit da1673b5d4

View File

@ -1359,6 +1359,7 @@ static int cmd_print_pxA(RCore *core, int len, const char *data) {
}
i += opsz;
}
r_cons_printf (" %d\n", i-oi);
if (bgcolor_in_heap) free (bgcolor);
return true;