[bochs] Free buffer with the logo when we're done with it

This commit is contained in:
Kevin Lange 2011-03-26 13:44:08 -05:00
parent a62649aafe
commit 827f742464

View File

@ -84,4 +84,5 @@ bochs_draw_logo() {
++y;
}
}
free(bufferb);
}