K 10 svn:author V 5 wpaul K 8 svn:date V 27 2005-03-30T16:22:48.000000Z K 7 svn:log V 178 Fix a possible mutex leak in KeSetTimerEx(): if timer is NULL, we bail out without releasing the dispatcher lock. Move the lock acquisition after the pointer test to avoid this. END