Close adb_usb.ini after reading it

Signed-off-by: Chris Dearman <chris@mips.com>
Change-Id: I7d3ee8cbd54af206dac89225c438e6c7322c571f
This commit is contained in:
Chris Dearman 2012-11-15 13:05:48 -08:00
parent 3ddc0059bb
commit 60529e39bb
1 changed files with 1 additions and 0 deletions

View File

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