Index: head/lib/libstand/tftp.c =================================================================== --- head/lib/libstand/tftp.c +++ head/lib/libstand/tftp.c @@ -467,6 +467,7 @@ if (res) { free(tftpfile->path); + free(tftpfile->pkt); free(tftpfile); return (res); }