Free the swapper when we remove the Outbuf.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 83378
This commit is contained in:
Christopher Michael 2013-01-28 08:31:22 +00:00 committed by Christopher Michael
parent a8b7d8551d
commit 5df48569c8
1 changed files with 1 additions and 0 deletions

View File

@ -80,6 +80,7 @@ evas_swapbuf_free(Outbuf *ob)
/* flush the output buffer */
evas_swapbuf_flush(ob);
evas_swapbuf_idle_flush(ob);
evas_swapper_free(ob->priv.swapper);
eina_array_flush(&ob->priv.onebuf_regions);
/* free the allocated structure */