[SVACE][TIZEN_3.0_TV][Major][WGID 29199] NO_VA_END 22/60822/1 accepted/tizen/common/20160302.193936 accepted/tizen/ivi/20160302.225056 accepted/tizen/mobile/20160302.225009 accepted/tizen/tv/20160302.225021 accepted/tizen/wearable/20160302.225038 submit/tizen/20160302.112208
authorSeonah Moon <seonah1.moon@samsung.com>
Wed, 2 Mar 2016 10:24:06 +0000 (19:24 +0900)
committerSeonah Moon <seonah1.moon@samsung.com>
Wed, 2 Mar 2016 10:25:15 +0000 (19:25 +0900)
Change-Id: I838d85fe5b134fa546fca25734f32ec2032b3602
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
packaging/capi-network-tethering.spec
src/tethering_private.c

index 9c1a172..959bcdb 100644 (file)
@@ -1,6 +1,6 @@
 Name:          capi-network-tethering
 Summary:       Tethering Framework
-Version:       1.0.31
+Version:       1.0.32
 Release:       1
 Group:         System/Network
 License:       Apache-2.0
index d72daa7..1ea29bd 100755 (executable)
@@ -62,6 +62,7 @@ int _tethering_check_feature_supported(const char* feature, ...)
        if (!supported) {
                ERR("Not supported feature");
                set_last_result(TETHERING_ERROR_NOT_SUPPORT_API);
+               va_end(list);
                return TETHERING_ERROR_NOT_SUPPORT_API;
        }
        va_end(list);