Skip to content

Commit

Permalink
add-ons: configure: add missing reinitialization
Browse files Browse the repository at this point in the history
  • Loading branch information
joelguittet committed Jun 19, 2024
1 parent e41847c commit 4079f3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions add-ons/src/mender-configure.c
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,7 @@ mender_configure_exit(void) {
mender_configure_keystore = NULL;
mender_scheduler_mutex_give(mender_configure_mutex);
mender_scheduler_mutex_delete(mender_configure_mutex);
mender_configure_mutex = NULL;

return ret;
}
Expand Down

0 comments on commit 4079f3e

Please sign in to comment.