Fix coverity issue (null check) 38/283238/1
authorEunki, Hong <eunkiki.hong@samsung.com>
Thu, 20 Oct 2022 15:45:14 +0000 (00:45 +0900)
committerEunki, Hong <eunkiki.hong@samsung.com>
Thu, 20 Oct 2022 15:45:14 +0000 (00:45 +0900)
Change-Id: I15b7fd0b4e65a94847a72b6d7d1e76430543d386
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
dali-csharp-binder/src/internal-visual-property-get-set-wrap.cpp

index f4c7087..710d934 100755 (executable)
@@ -121,6 +121,7 @@ extern "C"
 
     if (!pControl) {
       SWIG_CSharpSetPendingExceptionArgument(SWIG_CSharpArgumentNullException, "Dali::Toolkit::Control & type is null", 0);
+      return;
     }
     {
       try {