summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mktemp.c3
1 files changed, 2 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>. */
-/* Jim Meyering */
+/* Written by Jim Meyering. */
#include <config.h>
#include <stdio.h>
@@ -279,6 +279,7 @@ main (int argc, char **argv)
#ifdef lint
free (dest_name);
+ free (template);
#endif
exit (status);