This commit is contained in:
2025-08-27 08:13:20 -04:00
parent 7367171767
commit dc961ce480
6 changed files with 7 additions and 29 deletions
+1 -1
View File
@@ -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) {