K 10 svn:author V 7 glebius K 8 svn:date V 27 2014-03-05T21:16:46.535273Z K 7 svn:log V 256 The route code used to mtx_destroy() a locked mutex before rtentry free. Now, after r262763 it started to return locked mutexes to UMA. To fix that, conditionally unlock the mutex in the destructor. Tested by: "Sergey V. Dyatko" END