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

Commit 4632c8fd authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add missing fts_close." am: e4d27b5d

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

Change-Id: I401d2e86828df71a9166e4e83f19545e623325cd
parents c9212ec2 e4d27b5d
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) {