Merge "Fix crash of osp-security-service" into tizen_2.1
authorhb.min <hb.min@samsung.com>
Mon, 1 Apr 2013 08:48:55 +0000 (17:48 +0900)
committerGerrit Code Review <gerrit2@kim11>
Mon, 1 Apr 2013 08:48:55 +0000 (17:48 +0900)
src/PrivilegeService.cpp

index 74f6cc2..f860c58 100644 (file)
@@ -49,6 +49,7 @@ PrivilegeService::~PrivilegeService(void)
 {
        AppLogTag(OSP_SECURITY_SERVICE, "Entered.");
 
+       __pIpcServer->Stop();
        delete __pIpcServer;
 
        AppLogTag(OSP_SECURITY_SERVICE, "Leaved.");