use the 'wl_buffer_send_release' instead of 'wl_resource_queue_event' to release... 68/95968/2
authorSeunghun Lee <shiin.lee@samsung.com>
Mon, 7 Nov 2016 07:41:18 +0000 (16:41 +0900)
committerSeunghun Lee <shiin.lee@samsung.com>
Mon, 7 Nov 2016 22:28:25 +0000 (07:28 +0900)
commitd48146275c254caf2692492b147aa001971d9d95
tree753ad540110d0077d0c4d488d1610228ca65c14d
parentaa539daff5173917a48ead28f4dcde88d1826b23
use the 'wl_buffer_send_release' instead of 'wl_resource_queue_event' to release wl_buffer.

the message added by wl_resource_queue_event() won't be delivered,
if there is no calling 'wl_resource_post_event' after that.

Change-Id: I7378d115a999b12ea68bdfdd57f311f2b5851a8f
src/lib/pepper/buffer.c