ensure new_zone_lock is released after count_newzones()
it was possible for the count_newzones() function to return without unlocking view->new_zone_lock, causing a crash on shutdown.
See #1976 (closed)
Edited by Michał Kępień
it was possible for the count_newzones() function to return without unlocking view->new_zone_lock, causing a crash on shutdown.
See #1976 (closed)