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

Commit 4b3c077f authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add missing fts_close." am: e4d27b5d am: 4632c8fd am: da49d36d am: 50a83981

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1896050

Change-Id: I188f11faec1496fb5513e0f701cd017dd63f80a4
parents 56631146 50a83981
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) {