K 10 svn:author V 3 kib K 8 svn:date V 27 2015-02-03T10:29:40.875115Z K 7 svn:log V 262 Fix use after free in pipe_dtor(). PIPE_NAMED flag must be tested before pipeclose() is called, since for !PIPE_NAMED case, when peer is already closed, the pipe pair memory is freed. Submitted by: luke.tw@gmail.com PR: 197246 Tested by: pho MFC after: 3 days END