K 10 svn:author V 7 pluknet K 8 svn:date V 27 2012-01-24T10:28:19.928226Z K 7 svn:log V 322 MFC r230256: Fix the "lock &zrl->zr_mtx already initialized" assertion by initializing the allocated memory before calling mtx_init(9) on mtx pointing to it. Otherwize, random contents of uninitialized memory might occasionally trigger the assertion. Reported by: Pavel Polyakov Reviewed by: pjd END