pull/1354/head
Mike Black W9MDB 2023-07-28 17:32:56 -05:00
commit b24cad1278
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -8112,6 +8112,7 @@ void *morse_data_handler(void *arg)
}
free(rig->state.fifo_morse);
rig->state.fifo_morse = NULL;
pthread_exit(NULL);
return NULL;
}