Skip to content

Commit

Permalink
client/ifdown: fix memleak free fsm after usage
Browse files Browse the repository at this point in the history
  • Loading branch information
cfconrad committed Jun 1, 2023
1 parent be222fa commit 30ef651
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/ifdown.c
Expand Up @@ -291,6 +291,7 @@ ni_do_ifdown(int argc, char **argv)

ni_string_array_destroy(&ifnames);
ni_ifworker_array_destroy(&ifmarked);
ni_fsm_free(fsm);
return status;
}

0 comments on commit 30ef651

Please sign in to comment.