Merge "Close adb_usb.ini after reading it"

This commit is contained in:
Elliott Hughes 2013-03-09 01:20:07 +00:00 committed by Gerrit Code Review
commit fd5c6b9f13
1 changed files with 1 additions and 0 deletions

View File

@ -235,6 +235,7 @@ void usb_vendors_init(void)
break;
}
}
fclose(f);
}
}
}