K 10 svn:author V 3 kan K 8 svn:date V 27 2012-08-20T23:43:03.909125Z K 7 svn:log V 271 Do not call process_nodelete with NULL object pointer. The place where the function is called can be reached if object loading and relocation fails too, in which case obj pointer will be NULL. Do not call process_nodelete then, or crash will follow. Pointy hat to: kan END