Browse Source

debug driver initialization

pull/450/head
Christoph Kuhr 7 years ago
parent
commit
4ed867390b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      linux/avb/JackAVBDriver.cpp

+ 1
- 1
linux/avb/JackAVBDriver.cpp View File

@@ -245,7 +245,7 @@ extern "C"
break;
}
}
free(token);
//free(token);
free(der_string);
return tokenCnt;
}


Loading…
Cancel
Save