From: huiyu Date: Wed, 7 Mar 2018 02:03:30 +0000 (+0900) Subject: Fix svace issue X-Git-Tag: dali_1.3.19~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e89119dd5985b8e1ebb2f0151f26773926cb25bc;p=platform%2Fcore%2Fuifw%2Fdali-csharp-binder.git Fix svace issue Change-Id: I1f02c40daa74c2ae6887b8fe94479c0e991da48f Signed-off-by: huiyu --- diff --git a/dali-csharp-binder/src/application.cpp b/dali-csharp-binder/src/application.cpp index 52feb34..ec1e507 100755 --- a/dali-csharp-binder/src/application.cpp +++ b/dali-csharp-binder/src/application.cpp @@ -202,8 +202,8 @@ SWIGEXPORT void * SWIGSTDCALL CSharp_Dali_Application_New__SWIG_2(int jarg1, cha } if (!jarg3) { SWIG_CSharpSetPendingExceptionArgument(SWIG_CSharpArgumentNullException, "null string", 0); - delete []arg2[0]; - delete []arg2; + delete []argV[0]; + delete []argV; return 0; } std::string arg3_str(jarg3); @@ -260,8 +260,8 @@ SWIGEXPORT void * SWIGSTDCALL CSharp_Dali_Application_New__SWIG_3(int jarg1, cha } if (!jarg3) { SWIG_CSharpSetPendingExceptionArgument(SWIG_CSharpArgumentNullException, "null string", 0); - delete []arg2[0]; - delete []arg2; + delete []argV[0]; + delete []argV; return 0; } std::string arg3_str(jarg3);