mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-23 11:39:53 +00:00
qht: call qemu_spin_destroy for head buckets
Signed-off-by: Emilio G. Cota <cota@braap.org> Signed-off-by: Robert Foley <robert.foley@linaro.org> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> [AJB: add implied cota s-o-b c.f. github.com/cota/qemu/tree/tsan @ 1bd1209] Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20200609200738.445-6-robert.foley@linaro.org> Message-Id: <20200612190237.30436-9-alex.bennee@linaro.org>
This commit is contained in:
parent
816d9be5ea
commit
5107a47bb2
@ -348,6 +348,7 @@ static inline void qht_chain_destroy(const struct qht_bucket *head)
|
||||
struct qht_bucket *curr = head->next;
|
||||
struct qht_bucket *prev;
|
||||
|
||||
qemu_spin_destroy(&head->lock);
|
||||
while (curr) {
|
||||
prev = curr;
|
||||
curr = curr->next;
|
||||
|
Loading…
Reference in New Issue
Block a user