K 10 svn:author V 3 jhb K 8 svn:date V 27 2001-06-20T23:10:06.000000Z K 7 svn:log V 275 Fix some lock order reversals where we called free() while holding a proc lock. We now use temporary variables to save the process argument pointer and just update the pointer while holding the lock. We then perform the free on the cached pointer after releasing the lock. END