Commit 19e45416 authored by Titouan Soulard's avatar Titouan Soulard

trx-bridge: fix Amarisoft weird behavior

parent 5434438d
......@@ -150,7 +150,11 @@ int main(int argc, char *argv[]) {
potoml_toml_subset_free(bridge_config);
potoml_toml_subset_free(input_driver_config);
potoml_toml_subset_free(output_driver_config);
potoml_toml_free(&config);
// XXX: Amarisoft's trx_sdr frees string parameters being fed to it...
//potoml_toml_free(&config);
free(input_lib_name);
free(output_lib_name);
common_hashtable_free(&config);
free((void *) bridge_config_path);
free((void *) driver_config_dir);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment