From: joonbum.ko Date: Tue, 12 Dec 2017 02:40:39 +0000 (+0900) Subject: wsi: Removed unnecessary referencing. X-Git-Tag: accepted/tizen/unified/20171228.065020^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F36%2F163536%2F1;p=platform%2Fcore%2Fuifw%2Fvulkan-wsi-tizen.git wsi: Removed unnecessary referencing. Change-Id: Ie5d1971ac546ebc9de4286edfb0cdc430eb03493 Signed-off-by: joonbum.ko --- diff --git a/src/wsi/wsi.h b/src/wsi/wsi.h index 814391a..0171af6 100644 --- a/src/wsi/wsi.h +++ b/src/wsi/wsi.h @@ -199,9 +199,6 @@ vk_get_tpl_display(VkIcdSurfaceBase *sfc) if (display == NULL) display = tpl_display_create(type, native_dpy); - if (display != NULL) - tpl_object_reference((tpl_object_t *)display); - return display; };