Installer: Resource leak fix (CID 10693).

This commit is contained in:
Philippe Saint-Pierre
2012-01-02 20:54:49 -05:00
parent fccd8899fc
commit 0891b95e63
+1
View File
@@ -527,6 +527,7 @@ WorkerThread::_MirrorIndices(const BPath& sourceDirectory,
continue;
}
}
fs_close_index_dir(indices);
return B_OK;
}