diff --git a/src/mktemp.c b/src/mktemp.c index d745e6069..0555d41a8 100644 --- a/src/mktemp.c +++ b/src/mktemp.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -/* Jim Meyering */ +/* Written by Jim Meyering. */ #include #include @@ -279,6 +279,7 @@ main (int argc, char **argv) #ifdef lint free (dest_name); + free (template); #endif exit (status);