Ecore_Evas (wayland): Add missing close.

SVN revision: 77100
This commit is contained in:
Christopher Michael 2012-09-26 19:26:24 +00:00
parent a37ddfb283
commit 1e3f4b329c
1 changed files with 2 additions and 0 deletions

View File

@ -979,6 +979,8 @@ _ecore_evas_wl_shm_pool_create(Ecore_Evas *ee, size_t size)
ee->engine.wl.pool_size = size;
ee->engine.wl.pool_data = data;
ee->engine.wl.pool = wl_shm_create_pool(shm, fd, size);
close(fd);
}
static void