From 5df48569c87674aa41591b66fc521777d1ac2f1b Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Mon, 28 Jan 2013 08:31:22 +0000 Subject: [PATCH] Free the swapper when we remove the Outbuf. Signed-off-by: Christopher Michael SVN revision: 83378 --- src/modules/evas/engines/wayland_shm/evas_swapbuf.c | 1 + 1 file changed, 1 insertion(+) 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 */ -- 2.7.4