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

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

Merge "Add missing fts_close." am: e4d27b5d am: 4632c8fd

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

Change-Id: Iccaad1b171908e4c6a205a388880cc1978b08242
parents 83aa6dab 4632c8fd
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) {