+1
−0
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
When gc thread creation is failed, mark gc_thread as NULL to avoid
crash while trying to stop invalid thread in stop_gc_thread->kthread_stop.
Instead make it return from:
if (!gc_th)
return;
Signed-off-by:
Namjae Jeon <namjae.jeon@samsung.com>
Signed-off-by:
Amit Sahrawat <a.sahrawat@samsung.com>
Signed-off-by:
Jaegeuk Kim <jaegeuk.kim@samsung.com>