diff options
| author | Kevin Lo <kevlo@FreeBSD.org> | 2011-11-23 10:27:18 +0000 |
|---|---|---|
| committer | Kevin Lo <kevlo@FreeBSD.org> | 2011-11-23 10:27:18 +0000 |
| commit | de028133d41eb4da01c689c205164eeb060573ad (patch) | |
| tree | 0f2f3e671dd7714749793d35d1d678111be67f3b /usr.sbin/bluetooth | |
| parent | 85df37918418c7096d4997fa03a0b505f5c4ab52 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/bluetooth')
| -rw-r--r-- | usr.sbin/bluetooth/bt3cfw/bt3cfw.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/bluetooth/bt3cfw/bt3cfw.c b/usr.sbin/bluetooth/bt3cfw/bt3cfw.c index aadb6b6b67621..fcc8d1d07df11 100644 --- a/usr.sbin/bluetooth/bt3cfw/bt3cfw.c +++ b/usr.sbin/bluetooth/bt3cfw/bt3cfw.c @@ -221,6 +221,7 @@ main(int argc, char *argv[]) free(firmware); firmware = NULL; + fclose(firmware_file); return (0); } |
