e_hwc: change the order of deinit 75/192275/2
authorSooChan Lim <sc1.lim@samsung.com>
Fri, 2 Nov 2018 01:51:47 +0000 (10:51 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Fri, 2 Nov 2018 09:58:57 +0000 (09:58 +0000)
Change-Id: I660fbf368f579336a5dc5951b55d7d5bdb04a29b

src/bin/e_hwc.c

index e162553..5d32d0e 100644 (file)
@@ -398,8 +398,8 @@ e_hwc_del(E_Hwc *hwc)
    else
      {
         e_hwc_window_deinit(hwc);
-        e_hwc_windows_deinit();
         e_hwc_window_queue_deinit();
+        e_hwc_windows_deinit();
      }
 
    E_FREE(hwc);