K 10 svn:author V 4 ngie K 8 svn:date V 27 2016-05-04T00:34:45.166741Z K 7 svn:log V 269 MFC r298450: Simplify always evaluated branch (`e != NULL`) - xalloc(..) ensures that e will be non-null via malloc + err. - `e` is already dereferenced above, so logically it's impossible to hit the lower test without crashing if it was indeed NULL. CID: 1007408 END