From: Christopher Michael Date: Mon, 28 Jan 2013 08:31:22 +0000 (+0000) Subject: Free the swapper when we remove the Outbuf. X-Git-Tag: submit/devel/efl/20131022.203902~1971 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5df48569c87674aa41591b66fc521777d1ac2f1b;p=platform%2Fupstream%2Fefl.git Free the swapper when we remove the Outbuf. Signed-off-by: Christopher Michael SVN revision: 83378 --- diff --git a/src/modules/evas/engines/wayland_shm/evas_swapbuf.c b/src/modules/evas/engines/wayland_shm/evas_swapbuf.c index 99c60a5..b10f0d6 100644 --- a/src/modules/evas/engines/wayland_shm/evas_swapbuf.c +++ b/src/modules/evas/engines/wayland_shm/evas_swapbuf.c @@ -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 */