From 45c6f3eabc54d215afa7256802cf865ddd8d102c Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Mon, 7 Jul 2008 20:01:26 -0400 Subject: - free the map lock at shutdown-time --- src/map.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/map.c') diff --git a/src/map.c b/src/map.c index edfb38a..8f6298f 100644 --- a/src/map.c +++ b/src/map.c @@ -1096,6 +1096,8 @@ map_done(struct plugin_state *state) free(names); names = next; } + wrap_free_rwlock(map_data.lock); + map_data.lock = NULL; } void -- cgit