Remove useless argv allocation when create application. 89/278789/1
authorEunki, Hong <eunkiki.hong@samsung.com>
Tue, 26 Jul 2022 07:05:09 +0000 (16:05 +0900)
committerEunki, Hong <eunkiki.hong@samsung.com>
Tue, 26 Jul 2022 07:05:09 +0000 (16:05 +0900)
commitdfa630ce16d3d1bfaaa3d987995271069dcf843f
tree6c141c9f71429e68291063454979c939ef78d387
parent9bcf5ae4f1c0b5a7d939333deb33fb485f119615
Remove useless argv allocation when create application.

We don't need to use the name of application name
"dali-csharp-app"

So, make most of application use nullptr.
And use gArgV only if argments comes from NUI side.

Change-Id: I2487e39b8f1a3f2adbd4e6309897b9e7f48d161e
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
dali-csharp-binder/src/application-wrap.cpp [changed mode: 0755->0644]