From: Seunghun Lee Date: Wed, 2 Jan 2019 08:20:57 +0000 (+0900) Subject: e_hwc_window: Fix NULL pointer dereference. X-Git-Tag: submit/tizen/20190109.012349~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5200579920c64ff74ffb69ea89ad184e5b0d86c8;p=platform%2Fupstream%2Fenlightenment.git e_hwc_window: Fix NULL pointer dereference. Change-Id: I9c471586d061a0dc958ab094110d08fbf590f6c6 --- diff --git a/src/bin/e_hwc_window.c b/src/bin/e_hwc_window.c index b19a8ad034..78f5f6ff84 100644 --- a/src/bin/e_hwc_window.c +++ b/src/bin/e_hwc_window.c @@ -1627,7 +1627,7 @@ e_hwc_window_set_property(E_Hwc_Window *hwc_window, unsigned int id, const char EHWTRACE("Set Property: property(%s) value(%d)) -- {%s}", hwc_window->ec, hwc_window, - prop->name, (unsigned int)value.u32, + name, (unsigned int)value.u32, e_hwc_window_name_get(hwc_window)); } else