Fix coverity issue (Dereference after null check) 59/324659/1
authorWoochan Lee <wc0917.lee@samsung.com>
Thu, 22 May 2025 10:59:35 +0000 (19:59 +0900)
committerWoochan Lee <wc0917.lee@samsung.com>
Thu, 22 May 2025 11:00:40 +0000 (20:00 +0900)
Change-Id: I29dbd450557bc490108fae8457b9ff362c55ae03
Signed-off-by: Woochan Lee <wc0917.lee@samsung.com>
dali-csharp-binder/dali-toolkit/dali-toolkit-wrap.cpp

index a25d028355a12c11fe1de52517fcbe872a9bdf3b..c37d8fb7966895e4faf1b9c2e797186cb9e91710 100644 (file)
@@ -11279,6 +11279,7 @@ SWIGEXPORT void SWIGSTDCALL CSharp_Dali_VisualFactory_SetDefaultCreationOptions(
   if(!visualFactory)
   {
     SWIG_CSharpSetPendingExceptionArgument(SWIG_CSharpArgumentNullException, "Dali::Toolkit::VisualFactory const & type is null", 0);
+    return;
   }
   try
   {