summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSuyeon Hwang <stom.hwang@samsung.com>2017-05-22 14:03:14 +0900
committerSuyeon Hwang <stom.hwang@samsung.com>2017-05-22 14:03:14 +0900
commitb1e5727ac1a21a3297257743daf21088ded04eba (patch)
tree44b637d4e81db7c997b4961483ef758316b44ca2
parent4eef49e717742f05d24adb9371a9856562f97eda (diff)
downloaduix-voice-control-b1e5727ac1a21a3297257743daf21088ded04eba.tar.gz
uix-voice-control-b1e5727ac1a21a3297257743daf21088ded04eba.tar.bz2
uix-voice-control-b1e5727ac1a21a3297257743daf21088ded04eba.zip
Change-Id: If3a9b31760a24f29e5538e86129e7d1dd6651350 Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
-rwxr-xr-xTizen.Uix.VoiceControl/Tizen.Uix.VoiceControl/VoiceCommandList.cs2
-rwxr-xr-xpackaging/csapi-uix-voicecontrol.spec2
2 files changed, 2 insertions, 2 deletions
diff --git a/Tizen.Uix.VoiceControl/Tizen.Uix.VoiceControl/VoiceCommandList.cs b/Tizen.Uix.VoiceControl/Tizen.Uix.VoiceControl/VoiceCommandList.cs
index c18ca21..c8bae3c 100755
--- a/Tizen.Uix.VoiceControl/Tizen.Uix.VoiceControl/VoiceCommandList.cs
+++ b/Tizen.Uix.VoiceControl/Tizen.Uix.VoiceControl/VoiceCommandList.cs
@@ -49,7 +49,7 @@ namespace Tizen.Uix.VoiceControl
/// <exception cref="NotSupportedException"> This Exception can be due to Not Supported. </exception>
public VoiceCommandList()
{
- SafeCommandListHandle handle = new SafeCommandListHandle();
+ SafeCommandListHandle handle;
ErrorCode error = VcCmdListCreate(out handle);
if (error != ErrorCode.None)
{
diff --git a/packaging/csapi-uix-voicecontrol.spec b/packaging/csapi-uix-voicecontrol.spec
index d48ebea..03c062e 100755
--- a/packaging/csapi-uix-voicecontrol.spec
+++ b/packaging/csapi-uix-voicecontrol.spec
@@ -1,6 +1,6 @@
Name: csapi-uix-voicecontrol
Summary: Tizen Uix Voice Control API for C#
-Version: 1.0.4
+Version: 1.0.5
Release: 1
Group: Development/Libraries
License: Apache-2.0