K 10 svn:author V 3 imp K 8 svn:date V 27 2018-01-23T18:01:27.871991Z K 7 svn:log V 248 Don't leak memory when displaying help. Right now, we'll leak memory when we display a help topic because we don't free t, s, d that we've just used when breaking out of the loop. NB: coverity just reported t, but s and d also leak. CID: 1007776 END