K 10 svn:author V 3 jhb K 8 svn:date V 27 2017-08-21T21:18:51.689013Z K 7 svn:log V 293 MFH: r448159 Don't leak lock from os_kmem_alloc(). The current port patches for os_kmem_alloc() add VM object locking. However, the lock is not unlocked in the success case because the unlock code is inside of an if body instead of after the if statement. Approved by: ports-secteam (feld) END