From: Hyunbin Lee Date: Fri, 1 Nov 2013 11:14:01 +0000 (+0900) Subject: Flush app registry before releasing file lock X-Git-Tag: submit/tizen/20131210.080830^2^2~4 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fframework%2Fnative%2Fappfw.git;a=commitdiff_plain;h=f6fe22fddce04f1e48556cc2e3219b292117d91f Flush app registry before releasing file lock Change-Id: I48a9cb32e2ae84d4775f54971436b5f9659d86fe Signed-off-by: Hyunbin Lee --- 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;