Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
rdma-mwe
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Titouan Soulard
rdma-mwe
Commits
19e45416
Commit
19e45416
authored
Jan 08, 2024
by
Titouan Soulard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
trx-bridge: fix Amarisoft weird behavior
parent
5434438d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
trx-bridge/bridge.c
trx-bridge/bridge.c
+5
-1
No files found.
trx-bridge/bridge.c
View file @
19e45416
...
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment