Fix SVACE issue : WGID 24156 62/75962/1
authormin7.choi <min7.choi@samsung.com>
Wed, 22 Jun 2016 08:43:00 +0000 (17:43 +0900)
committermin7.choi <min7.choi@samsung.com>
Wed, 22 Jun 2016 08:43:00 +0000 (17:43 +0900)
Change-Id: Ic4574f984c35ce72f2dfca34453dff0c2370da47
Signed-off-by: min7.choi <min7.choi@samsung.com>
provider/download-provider-client-manager.c

index 0e25f21..113decd 100755 (executable)
@@ -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