Flush app registry before releasing file lock
authorHyunbin Lee <hyunbin.lee@samsung.com>
Fri, 1 Nov 2013 11:14:01 +0000 (20:14 +0900)
committerHyunbin Lee <hyunbin.lee@samsung.com>
Fri, 1 Nov 2013 11:14:01 +0000 (20:14 +0900)
Change-Id: I48a9cb32e2ae84d4775f54971436b5f9659d86fe
Signed-off-by: Hyunbin Lee <hyunbin.lee@samsung.com>
src/app/FApp_AppRegistryImpl.cpp

index 27eb361..f3d39ed 100644 (file)
@@ -76,6 +76,7 @@ _AppRegistryImpl::Construct(void)
                        r = E_SUCCESS;
                }
 
+               reg.Flush();
                delete pReglock;
        }
        return r;