Skip to content

Commit

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

return ret;
}
Expand Down

0 comments on commit 938b11f

Please sign in to comment.