From: Changyeon Lee Date: Mon, 29 Jul 2019 10:13:39 +0000 (+0900) Subject: e_hwc_window_queue: fix null pointer dereference X-Git-Tag: submit/tizen/20190731.021950~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bdab312b02ccd0659ef24dd80f6b0f44cac1b0dd;p=platform%2Fupstream%2Fenlightenment.git e_hwc_window_queue: fix null pointer dereference Change-Id: I21158989def92b49a1687d392e384c91daddc975 --- diff --git a/src/bin/e_hwc_window_queue.c b/src/bin/e_hwc_window_queue.c index 61f693fbf6..d11fc70680 100644 --- a/src/bin/e_hwc_window_queue.c +++ b/src/bin/e_hwc_window_queue.c @@ -269,7 +269,7 @@ _e_hwc_window_queue_tqueue_acquire(E_Hwc_Window *hwc_window) if (!tqueue) { EHWQERR("fail to tdm_hwc_window_get_buffer_queue hwc_win:%p tdm_error:%d", - hwc_window->ec, hwc_window->queue->hwc, hwc_window->queue, hwc_window, error); + hwc_window->ec, hwc_window->hwc, hwc_window->queue, hwc_window, error); return NULL; }