FreeBSD/src 74ecc44 (r328289)stand/common commands.c

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
DeltaFile
+10-11stand/common/commands.c
+10-111 files

UnifiedSplitRaw