Skip to content

Commit

Permalink
Free memory allocated for driver options
Browse files Browse the repository at this point in the history
This fixes a memory leak introduced in:
* 13f2046
* 6585230

Signed-off-by: Evan Lezar <[email protected]>
  • Loading branch information
elezar committed Sep 18, 2024
1 parent 6b8b8e4 commit 38dc3d6
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 38dc3d6

Please sign in to comment.