From: min7.choi Date: Thu, 16 Feb 2017 05:40:40 +0000 (+0900) Subject: Fix the Svace issue : WGID 171559 X-Git-Tag: accepted/tizen/3.0/common/20170221.125020^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fdfb1b94b837c63432088ea58bc6977d2bc4d5fb;p=platform%2Fframework%2Fweb%2Fdownload-provider.git Fix the Svace issue : WGID 171559 Change-Id: Ib8e9c98e927484a22616ec3a4c6bd01d7e93a715 Signed-off-by: min7.choi --- 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;