Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 181673
b: refs/heads/master
c: 96dd6de
h: refs/heads/master
i:
  181671: be648a6
v: v3
  • Loading branch information
Darren Jenkins authored and Mauro Carvalho Chehab committed Feb 26, 2010
1 parent 1d68544 commit c0af2a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8ef4c21130832cb51d5a5940ad3d4b7140720218
refs/heads/master: 96dd6de3d058a454a5bc4ce2f561a053dd90bfae
4 changes: 3 additions & 1 deletion trunk/drivers/media/radio/si470x/radio-si470x-usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -842,9 +842,11 @@ static void si470x_usb_driver_disconnect(struct usb_interface *intf)
kfree(radio->int_in_buffer);
video_unregister_device(radio->videodev);
kfree(radio->buffer);
mutex_unlock(&radio->disconnect_lock);
kfree(radio);
} else {
mutex_unlock(&radio->disconnect_lock);
}
mutex_unlock(&radio->disconnect_lock);
}


Expand Down

0 comments on commit c0af2a6

Please sign in to comment.