(TestApplication) Fix SVACE issue 63/314563/1
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Mon, 15 Jul 2024 09:47:40 +0000 (10:47 +0100)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Mon, 15 Jul 2024 09:47:40 +0000 (10:47 +0100)
Change-Id: I769db40b37848b08b90056ea1da5460152e2f224

automated-tests/src/dali-toolkit/dali-toolkit-test-utils/test-application.cpp

index 145a14a54ccf99372971a054032362c898ca43bb..6e6b3fc7fa11e79c5c246af687f5dd805dfcd516 100644 (file)
@@ -29,7 +29,8 @@ TestApplication::TestApplication(uint32_t surfaceWidth,
                                  uint32_t verticalDpi,
                                  bool     initialize,
                                  bool     enablePartialUpdate)
-: mCore(NULL),
+: mRenderSurface(nullptr),
+  mCore(nullptr),
   mSurfaceWidth(surfaceWidth),
   mSurfaceHeight(surfaceHeight),
   mFrame(0u),