Skip to content

Commit

Permalink
Merge pull request #285 from elezar/free-allocated-memory
Browse files Browse the repository at this point in the history
Free memory allocated for driver options
  • Loading branch information
elezar committed Sep 18, 2024
2 parents 6b8b8e4 + 38dc3d6 commit 6dcb29b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cli/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -149,5 +149,6 @@ main(int argc, char *argv[])
free(ctx.mig_config);
free(ctx.mig_monitor);
free(ctx.imex_channels);
free(ctx.driver_opts);
return (rv);
}

0 comments on commit 6dcb29b

Please sign in to comment.