Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e4d27b5d authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Add missing fts_close."

parents f364c8d8 61fc8745
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -116,6 +116,7 @@ int CacheItem::purge() {
                break;
            }
        }
	fts_close(fts);
    } else {
        if (tombstone) {
            if (truncate(path.c_str(), 0) != 0) {