cleanup
This commit is contained in:
+1
-1
@@ -251,7 +251,7 @@ static void report_desc_init(struct report_desc *descriptor) {
|
||||
descriptor->next = NULL;
|
||||
}
|
||||
|
||||
// free memory and teardown usb->bt report ID mappings for report descriptor struct
|
||||
// free memory for report descriptor struct
|
||||
static void report_desc_free(struct report_desc *descriptor) {
|
||||
if (descriptor != NULL) {
|
||||
if (descriptors == descriptor) {
|
||||
|
||||
Reference in New Issue
Block a user