From f6fe22fddce04f1e48556cc2e3219b292117d91f Mon Sep 17 00:00:00 2001 From: Hyunbin Lee Date: Fri, 1 Nov 2013 20:14:01 +0900 Subject: [PATCH] Flush app registry before releasing file lock Change-Id: I48a9cb32e2ae84d4775f54971436b5f9659d86fe Signed-off-by: Hyunbin Lee --- src/app/FApp_AppRegistryImpl.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/FApp_AppRegistryImpl.cpp b/src/app/FApp_AppRegistryImpl.cpp index 27eb361..f3d39ed 100644 --- a/src/app/FApp_AppRegistryImpl.cpp +++ b/src/app/FApp_AppRegistryImpl.cpp @@ -76,6 +76,7 @@ _AppRegistryImpl::Construct(void) r = E_SUCCESS; } + reg.Flush(); delete pReglock; } return r; -- 2.7.4