Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes: neomutt#2969 When NeoMutt frees a ConfigSubset, it iterates through the set passing the name (key) of each item to mutt_hash_delete(). Unfortunately, passing the key name from `struct Inheritance` doesn't work. The HashTable uses the name after deleting the item to check for duplicate items.
- Loading branch information