Signed-off-by: YAMAMOTO Takashi <[email protected]>
---
lib/fat-rwlock.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/lib/fat-rwlock.c b/lib/fat-rwlock.c
index 49dbc72..9ffa37b 100644
--- a/lib/fat-rwlock.c
+++ b/lib/fat-rwlock.c
@@ -122,6 +122,7 @@ fat_rwlock_destroy(struct fat_rwlock *rwlock)
LIST_FOR_EACH_SAFE (slot, next, list_node, &rwlock->threads) {
free_slot(slot);
}
+ ovs_mutex_destroy(&rwlock->mutex);
}
static struct fat_rwlock_slot *
--
1.8.3.1
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev