sw_engine renderer: ++exception handling.
authorHermet Park <chuneon.park@samsung.com>
Mon, 26 Jul 2021 07:49:54 +0000 (16:49 +0900)
committerJunsuChoi <jsuya.choi@samsung.com>
Tue, 27 Jul 2021 01:09:50 +0000 (10:09 +0900)
initialize a member with the default value.

src/lib/sw_engine/tvgSwRenderer.cpp

index b1b7a20..a4814bd 100644 (file)
@@ -63,7 +63,7 @@ struct SwShapeTask : SwTask
 {
     SwShape shape;
     const Shape* sdata = nullptr;
-    bool cmpStroking;
+    bool cmpStroking = false;
 
     void run(unsigned tid) override
     {