oops - forgot to free swapper on swapbuf free! :)

SVN revision: 83377
This commit is contained in:
Carsten Haitzler 2013-01-28 04:00:36 +00:00
parent 1f1e0cd332
commit a8b7d8551d
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ evas_software_xlib_swapbuf_free(Outbuf *buf)
evas_software_xlib_x_color_deallocate
(buf->priv.x11.xlib.disp, buf->priv.x11.xlib.cmap,
buf->priv.x11.xlib.vis, buf->priv.pal);
evas_xlib_swapper_free(buf->priv.swapper);
eina_array_flush(&buf->priv.onebuf_regions);
free(buf);
}