atspi-misc: Prevent memory leak of main_loop pointer 23/225023/1 accepted/tizen/5.5/unified/20200316.155311 submit/tizen_5.5/20200218.023333 submit/tizen_5.5/20200218.235314 submit/tizen_5.5/20200219.214104 submit/tizen_5.5/20200220.223429 submit/tizen_5.5/20200303.215650 submit/tizen_5.5/20200313.024520 submit/tizen_5.5/20200315.214302
authorJunsuChoi <jsuya.choi@samsung.com>
Fri, 14 Feb 2020 08:24:14 +0000 (17:24 +0900)
committerJunsuChoi <jsuya.choi@samsung.com>
Mon, 17 Feb 2020 00:34:29 +0000 (09:34 +0900)
commit9dd0da733c6462971bd6e491b863178f1fa45977
tree6fa46e7c3706a42784fe3bc05c957310a49152a0
parent31234e0be7d17d03895879a36ce17be814b81257
atspi-misc: Prevent memory leak of main_loop pointer

atspi_main_loop is generated with g_main_loop_new
The loop ends and a memory leak occurs.
Call unref on atspi_main_loop to prevent leaks.

Change-Id: Iba83b9dac56f982ad7a6d5d6fd71746aa3102ef2
atspi/atspi-misc.c