Commit: 98ecece5f63aac871ada8d25648df5dcbef8c894
Parent: 7624ea2d42178322036125a130b79f0cec848bdb
Author: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
Committer: Johan Hedberg <johan.hedberg@intel.com>
Date: 2013-11-29 10:28:49
Tree: fa9d3cb9ef88ac26d17d5aed41001c29a417416d

android: Avoid memory leak warnings for event_loop Move creation of event_loop closer to g_main_loop_run. This avoids calling g_main_loop_unref too many times in initialization error paths. This is safe since g_main_loop_quit eval to NOOP if parameter == NULL.

Diffstat

M android/main.c | 3 ++-

1 files changed, 2 insertions(+), 1 deletions(-)

View Full Diff | Patch