ecore-wl2: Fix resource leak
authorChris Michael <cp.michael@samsung.com>
Sun, 26 Nov 2017 17:12:53 +0000 (12:12 -0500)
committerChris Michael <cp.michael@samsung.com>
Sun, 26 Nov 2017 17:12:53 +0000 (12:12 -0500)
commit83c292ffc4b32d659a3a795d2f2711c9806cd1b3
tree520f5228854a089fb92578ed85f0d7aca68fc28e
parent5abeeb980a9fb82136a70c24f822cdc3eb633dd0
ecore-wl2: Fix resource leak

Coverity detected a resource leak here because we were not freeing the
malloc'd 'obo' variable.

Fixes Coverity CID1382907

Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/lib/ecore_wl2/ecore_wl2_buffer.c