commit | 55dba52458a11126ff4445b5b94ebde03afcf47a | [log] [tgz] |
---|---|---|
author | Jiri Kosina <jkosina@suse.cz> | Fri Jun 26 10:50:12 2009 +0200 |
committer | Jiri Kosina <jkosina@suse.cz> | Fri Jun 26 10:50:12 2009 +0200 |
tree | 29f75f735c3c5ee6cfdd73bbf9f3c7d39e426a9e | |
parent | 38b7f49a0654cb52cac61c6455807248eee3059d [diff] |
HID: fix memory leak on error path in debug code If hid_get_report() fails, we forgot to free the already allocated buffer for debugging messages on error path. Fix that up. Signed-off-by: Jiri Kosina <jkosina@suse.cz>