We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff67c77 commit b26f057Copy full SHA for b26f057
1 file changed
mac/hid.c
@@ -195,6 +195,7 @@ static void free_hid_device(hid_device *dev)
195
if (dev->source)
196
CFRelease(dev->source);
197
free(dev->input_report_buf);
198
+ free(dev->last_error_str);
199
hid_free_enumeration(dev->device_info);
200
201
/* Clean up the thread objects */
0 commit comments