summaryrefslogtreecommitdiff
path: root/src/Daemon/BoxDaemonImpl.cpp
diff options
context:
space:
mode:
authorsung-su.kim <sung-su.kim@samsung.com>2013-11-01 08:56:10 +0900
committersung-su.kim <sung-su.kim@samsung.com>2013-11-01 08:56:15 +0900
commit1809b914d60c3231814e4b88c8b3f582f5c8df73 (patch)
tree269a578d81304a32bf147ccdb881bec28c371f0d /src/Daemon/BoxDaemonImpl.cpp
parentdac9bc64ebd90f5548f5c700a2c336b658df06e1 (diff)
parent2f2edacbaf1e15acab513cd967db9380efd6da1b (diff)
downloadweb-provider-tizen_2.2.tar.gz
web-provider-tizen_2.2.tar.bz2
web-provider-tizen_2.2.zip
Merge branch 'master' into tizen_2.2 Change-Id: I84b79618a38e1c7ef39c56bfb149c25dea328536
Diffstat (limited to 'src/Daemon/BoxDaemonImpl.cpp')
-rwxr-xr-xsrc/Daemon/BoxDaemonImpl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Daemon/BoxDaemonImpl.cpp b/src/Daemon/BoxDaemonImpl.cpp
index a262929..3ff24ba 100755
--- a/src/Daemon/BoxDaemonImpl.cpp
+++ b/src/Daemon/BoxDaemonImpl.cpp
@@ -719,7 +719,7 @@ int BoxDaemonImpl::requestLowMemoryCallback(void* data)
UNUSED_PARAM(data);
// terminate box daemon and revive
- aul_terminate_pid(getpid());
+ elm_exit();
return 0;
}