cairo: Minor fixup in delete call

This commit is contained in:
Seth Hillbrand 2019-08-28 20:25:27 -07:00
parent c3e07a5886
commit c3274e15f2
1 changed files with 1 additions and 1 deletions
common/gal/cairo

View File

@ -176,7 +176,7 @@ void CAIRO_COMPOSITOR::clean()
{
cairo_destroy( it->context );
cairo_surface_destroy( it->surface );
delete it->bitmap;
delete[] it->bitmap;
}
m_buffers.clear();