K 10 svn:author V 3 kib K 8 svn:date V 27 2019-12-28T16:40:44.139189Z K 7 svn:log V 274 vm_object_shadow(): fix object reference leak. In r355270 by me, vm_object_shadow() was changed to handle the reference counting for the shared case, but the extra reference that was done in vmspace_fork() for the shared/need_copy case was not removed. Submitted by: jeff END