Delete wrong g_main_context_unref 04/282304/1
authorJoonbum Ko <joonbum.ko@samsung.com>
Thu, 29 Sep 2022 12:04:56 +0000 (21:04 +0900)
committerJoonbum Ko <joonbum.ko@samsung.com>
Thu, 29 Sep 2022 12:04:58 +0000 (21:04 +0900)
commit7dfe9d051ec17276e10a6f935b45c7c0d63f1770
treee70ddbaf67e6017b0903a073bb5914c4a69a657a
parent62a630689eb0d4dd6974311f5aa024f1c89f54e7
Delete wrong g_main_context_unref

 - GMainContext is also destroyed when GMainLoop is destroyed.
  Therefore, it is the wrong code to do context_unref before loop_unref.

Change-Id: Ib57eab7ba4345565977102abb0df3268d7f42acb
Signed-off-by: Joonbum Ko <joonbum.ko@samsung.com>
src/tpl_utils_gthread.c