fix a no-file travdone The travdone_free() code used to simply return if passed NULL with no action, but since adding some code to detect bad values it's now noisy in the fringe case where only files are passed to jdupes. The single-file removal warning would trigger for every file that was passed as well, becoming very annoying in terminal scrollbacks and logs. This change fixes both problems. ===================================================================