Fix closing database directory descriptor 43/38743/1
authorLukasz Wojciechowski <l.wojciechow@partner.samsung.com>
Mon, 27 Apr 2015 18:37:44 +0000 (20:37 +0200)
committerLukasz Wojciechowski <l.wojciechow@partner.samsung.com>
Mon, 27 Apr 2015 18:37:44 +0000 (20:37 +0200)
commit22501f0c1abe2a28a9c96ba48506b997b12d2e9e
tree098d9fe3f07dbb42fa02c066f3384a2d9512a5c2
parentfd5070fd7a1d3e5ba226ee294b1c7cb8a860b0ad
Fix closing database directory descriptor

Directory stream received from opendir() function wasn't closed
with proper closedir() function.
This patch fixes this bug.

Change-Id: Ie2a3efb55546251c12a1112861db767595bc374f
src/storage/Integrity.cpp