e_hwc_window_queue: do not destory the queue at destroying tbm_surface_queue.
authorSooChan Lim <sc1.lim@samsung.com>
Fri, 28 Dec 2018 07:30:14 +0000 (16:30 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Fri, 12 Apr 2019 10:00:22 +0000 (19:00 +0900)
e20 have to deal with the unexpected tbm_surface_queue's destroy.

Change-Id: Iaa6d1dc63b3d8a3db16434d41cf9d8d274fd0644

src/bin/e_hwc_window_queue.c

index e9c09a8a2fe6f62dcda27c51aa87052871a90264..692d41708b7b5f3c29bd5b77513f35ca4a9f9d88 100644 (file)
@@ -813,7 +813,9 @@ _e_hwc_window_queue_cb_destroy(tbm_surface_queue_h surface_queue, void *data)
 
    if (!queue) return;
 
-   _e_hwc_window_queue_destroy(queue);
+   // TODO: deal the E_Hwc_Window_Queue
+   //     when the tbm_surface_queue is destroyed and when there is no call of _e_hwc_window_queue_destroy before
+   //_e_hwc_window_queue_destroy(queue);
 }
 
 static E_Hwc_Window_Queue *