elm_atspi_bridge: unref eldbus msg before returning to avoid memory leak
authorStefan Schmidt <stefan@osg.samsung.com>
Mon, 18 Apr 2016 11:36:17 +0000 (13:36 +0200)
committerStefan Schmidt <stefan@osg.samsung.com>
Mon, 18 Apr 2016 14:02:07 +0000 (16:02 +0200)
commit6b7172d6e32291b037c81150e383d1932cbb1886
tree446378941cd2ed5a387a8746a1f3f2d7dcaf9fef
parent39eb3004f83f2ca15cc729a72929d2ba48ab5779
elm_atspi_bridge: unref eldbus msg before returning to avoid memory leak

If we goto fail here we still have the ret eldbus message referenced. Make
sure we unref so it can be free'd and we do not leak memory.

CID: 1353603
src/lib/elementary/elm_atspi_bridge.c