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

Commit 729c102f authored by Alex Buynytskyy's avatar Alex Buynytskyy Committed by Automerger Merge Worker
Browse files

Merge "Close leaking FD." into sc-dev am: 4f3e9493

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13441700

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I663730d401006ee9ca53012e99ea327da472a439
parents 934779df 4f3e9493
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -119,6 +119,7 @@ public abstract class DataLoaderService extends Service {
                    IoUtils.closeQuietly(control.incremental.cmd);
                    IoUtils.closeQuietly(control.incremental.pendingReads);
                    IoUtils.closeQuietly(control.incremental.log);
                    IoUtils.closeQuietly(control.incremental.blocksWritten);
                }
            }
        }