Additional fix to handle reference count of proxy 19/131019/2
authorSungguk Na <sungguk.na@samsung.com>
Thu, 25 May 2017 05:14:22 +0000 (14:14 +0900)
committerHyeongsik Min <hyeongsik.min@samsung.com>
Thu, 25 May 2017 06:55:28 +0000 (06:55 +0000)
commit4f70ec201719542d860af4cd100774a05c6ad7c2
tree1fe6229e407f6501caa96dcc1e915743a4956245
parent7f8f05b74cd0f367233b0d0917fd91482e614680
Additional fix to handle reference count of proxy

Proxy object should be NULL after proxy deinit,
but g_object_unref just make free the object and do not make it NULL

Change-Id: I5ca2c14606527f5610181d6470d099fcf681c8cd
Signed-off-by: Sungguk Na <sungguk.na@samsung.com>
src/peripheral_gdbus_gpio.c
src/peripheral_gdbus_i2c.c
src/peripheral_gdbus_pwm.c
src/peripheral_gdbus_uart.c