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

Commit 60529e39 authored by Chris Dearman's avatar Chris Dearman
Browse files

Close adb_usb.ini after reading it



Signed-off-by: default avatarChris Dearman <chris@mips.com>
Change-Id: I7d3ee8cbd54af206dac89225c438e6c7322c571f
parent 3ddc0059
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -235,6 +235,7 @@ void usb_vendors_init(void)
                    break;
                }
            }
            fclose(f);
        }
    }
}