Index: usr.bin/tset/map.c =================================================================== --- usr.bin/tset/map.c +++ usr.bin/tset/map.c @@ -157,6 +157,8 @@ badmopt: errx(1, "illegal -m option format: %s", copy); mapp->porttype = strdup(port); } + free(copy); + copy = NULL; #ifdef MAPDEBUG (void)printf("port: %s\n", mapp->porttype ? mapp->porttype : "ANY");