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

Commit 43c53a63 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Leak UsbDeviceConnection fd if not closed"

parents 33d21b1a 3390281f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -278,7 +278,6 @@ public class UsbDeviceConnection {
    protected void finalize() throws Throwable {
        try {
            mCloseGuard.warnIfOpen();
            close();
        } finally {
            super.finalize();
        }