projects
/
kinect-audio-setup.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from:
33509a9
)
kinect_upload_fw: fix issues shown by valgrind --leak-check=full --show-reachable=yes
author
Antonio Ospite <ospite@studenti.unina.it>
Fri, 30 Sep 2011 11:59:17 +0000
(13:59 +0200)
committer
Antonio Ospite <ospite@studenti.unina.it>
Fri, 30 Sep 2011 12:01:07 +0000
(14:01 +0200)
Fix a "possibly lost" issue due to a missing call to libusb_exit() when
exiting after libusb_open_device_with_vid_pid() fails.
Fix a "still reachable" issue due to a missing fclose().
No differences found