K 10 svn:author V 8 truckman K 8 svn:date V 27 2016-06-08T10:25:16.794657Z K 7 svn:log V 277 Don't leak olinep if malloc() fails. If malloc() fails to allocate linep, then free olinep (if it exists) before returning to avoid a memory leak. Reported by: Coverity CID: 1016716 Reviewed by: kib MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D6755 END