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

Commit fd5c6b9f authored by Elliott Hughes's avatar Elliott Hughes Committed by Gerrit Code Review
Browse files

Merge "Close adb_usb.ini after reading it"

parents 69f3ec84 60529e39
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);
        }
    }
}