elm_atspi_bridge: fix memory leak 93/230593/2
authorShinwoo Kim <cinoo.kim@samsung.com>
Mon, 13 Apr 2020 02:17:19 +0000 (11:17 +0900)
committerShinwoo Kim <cinoo.kim@samsung.com>
Mon, 13 Apr 2020 04:17:00 +0000 (04:17 +0000)
commit89669359523af60dc439ce678e878037f42a43d5
tree37c9dde8e537a7c22103e05422fd4654e2d857ea
parentb53f96eec7d77239e07293b8bd497a8e0c41abce
elm_atspi_bridge: fix memory leak

Summary:
Dynamic memory is allocated by calling function
'eldbus_message_iter_container_new' and lost by returning without free.

Reviewers: Hermet, woohyun, jsuya, herb

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D11688

Change-Id: I738496e452f1b75ff491f8bd4bccb0f4213847fa
src/lib/elementary/elm_atspi_bridge.c