Add missing wl_resource_destroy
authorGwanglim Lee <gl77.lee@samsung.com>
Wed, 16 Jul 2014 14:37:18 +0000 (10:37 -0400)
committerChris Michael <cp.michael@samsung.com>
Tue, 26 Aug 2014 14:10:38 +0000 (10:10 -0400)
commita96d7290f5615df3c47157915b1dd6705a6d4226
tree81dd9a5610089e58f23e98012fcf9d4cd25068fa
parent7418547f762b3548e560275df6e029af67daae0e
Add missing wl_resource_destroy

Summary:
There are no resource free codes in xdg shell destroy handler
and xdg popup destroy handler. e should delete wayland resource as
client requested.

Test Plan:
1. run e as wayland server
2. run weston-stacking in e
3. click with right mouse button to create xdg popup surface
4. click main surface area to delete xdg popup surface

Reviewers: devilhorns, zmike, raster

Subscribers: cedric

Differential Revision: https://phab.enlightenment.org/D1196
src/bin/e_comp_wl.c
src/modules/wl_desktop_shell/e_mod_main.c