utest: initialize the hwc_wins 46/172546/1
authorSooChan Lim <sc1.lim@samsung.com>
Wed, 14 Mar 2018 10:23:34 +0000 (19:23 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Wed, 14 Mar 2018 10:23:34 +0000 (19:23 +0900)
Change-Id: I1a21c36e580bc33da1809e08f71e9dc13f27bbf5

utests/src/ut_tdm_hwc_window.cpp

index 222bca9..b7f9be1 100644 (file)
@@ -47,6 +47,7 @@ public:
 
 TDMHwcWindow::TDMHwcWindow()
 {
+       hwc_wins = NULL;
        hwc_count = 0;
        video_hwc_win = NULL;
 }