Fix size passed to memset in omap_bo_clear

Using (pitch * height) can write (pitch - (width * bytes_pp)) past the end
of the buffer.
1 file changed