Free the swapper when we remove the Outbuf.
authorChristopher Michael <cp.michael@samsung.com>
Mon, 28 Jan 2013 08:31:22 +0000 (08:31 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Mon, 28 Jan 2013 08:31:22 +0000 (08:31 +0000)
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 83378

src/modules/evas/engines/wayland_shm/evas_swapbuf.c

index 99c60a5..b10f0d6 100644 (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 */