From fdfb1b94b837c63432088ea58bc6977d2bc4d5fb Mon Sep 17 00:00:00 2001 From: "min7.choi" Date: Thu, 16 Feb 2017 14:40:40 +0900 Subject: [PATCH] Fix the Svace issue : WGID 171559 Change-Id: Ib8e9c98e927484a22616ec3a4c6bd01d7e93a715 Signed-off-by: min7.choi --- packaging/download-provider.spec | 2 +- provider/download-provider-client-manager.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/download-provider.spec b/packaging/download-provider.spec index eef8ae6..7d30f4f 100755 --- a/packaging/download-provider.spec +++ b/packaging/download-provider.spec @@ -1,7 +1,7 @@ %define _ux_define tizen2.3 Name: download-provider Summary: Download the contents in background -Version: 2.1.72 +Version: 2.1.73 Release: 0 Group: Development/Libraries License: Apache-2.0 diff --git a/provider/download-provider-client-manager.c b/provider/download-provider-client-manager.c index 113decd..3d579ca 100755 --- a/provider/download-provider-client-manager.c +++ b/provider/download-provider-client-manager.c @@ -439,7 +439,7 @@ static int __dp_client_new(int clientfd, dp_client_slots_fmt *clients, // Cynara structure init int ret; cynara *p_cynara = NULL; - cynara_configuration *p_conf; + cynara_configuration *p_conf = NULL; size_t cache_size = 100; //cynara_configuration conf; -- 2.7.4