Add free for strdup api 95/72195/1 accepted/tizen/common/20160531.143715 accepted/tizen/mobile/20160602.023410 accepted/tizen/tv/20160531.094720 accepted/tizen/wearable/20160602.023329 submit/tizen_common/20160531.071454 submit/tizen_mobile/20160531.071434 submit/tizen_tv/20160531.071440 submit/tizen_wearable/20160531.071448
authormin7.choi <min7.choi@samsung.com>
Tue, 31 May 2016 06:59:13 +0000 (15:59 +0900)
committermin7.choi <min7.choi@samsung.com>
Tue, 31 May 2016 06:59:13 +0000 (15:59 +0900)
Change-Id: I89290a854dcda276227fc080cbbe5a7d525a6b6f
Signed-off-by: min7.choi <min7.choi@samsung.com>
packaging/download-provider.spec
provider/download-provider-client-manager.c

index 5273b62..9dde5c9 100755 (executable)
@@ -1,7 +1,7 @@
 %define _ux_define tizen2.3
 Name:       download-provider
 Summary:    Download the contents in background
-Version:    2.1.53
+Version:    2.1.54
 Release:    0
 Group:      Development/Libraries
 License:    Apache-2.0
index 4cb325d..0e25f21 100755 (executable)
@@ -476,6 +476,7 @@ static int __dp_client_new(int clientfd, dp_client_slots_fmt *clients,
                TRACE_DEBUG("CYNARA_API_ACCESS_ALLOWED");
        } else {
                TRACE_DEBUG("DP_ERROR_PERMISSION_DENIED");
+               free(pkgname);
                return DP_ERROR_PERMISSION_DENIED;
        }