From: min7.choi Date: Wed, 22 Jun 2016 08:43:00 +0000 (+0900) Subject: Fix SVACE issue : WGID 24156 X-Git-Tag: accepted/tizen/common/20160624.134353~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2e611b8df1c862af4483963586ccd1889a935317;p=platform%2Fframework%2Fweb%2Fdownload-provider.git Fix SVACE issue : WGID 24156 Change-Id: Ic4574f984c35ce72f2dfca34453dff0c2370da47 Signed-off-by: min7.choi --- diff --git a/provider/download-provider-client-manager.c b/provider/download-provider-client-manager.c index 0e25f21..113decd 100755 --- a/provider/download-provider-client-manager.c +++ b/provider/download-provider-client-manager.c @@ -481,18 +481,19 @@ static int __dp_client_new(int clientfd, dp_client_slots_fmt *clients, } // Cleanup of cynara structure + /* if(clientSmack) { - //free(clientSmack); + free(clientSmack); } if(client_session) { - //free(client_session); + free(client_session); } if(uid) { - //free(uid); + free(uid); } - + */ cynara_finish(p_cynara); #endif