aboutsummaryrefslogtreecommitdiffstats
path: root/ports/unix/guts/mktemp.c
diff options
context:
space:
mode:
Diffstat (limited to 'ports/unix/guts/mktemp.c')
-rw-r--r--ports/unix/guts/mktemp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ports/unix/guts/mktemp.c b/ports/unix/guts/mktemp.c
index 7cf594a..a39d1b7 100644
--- a/ports/unix/guts/mktemp.c
+++ b/ports/unix/guts/mktemp.c
@@ -29,7 +29,6 @@
*/
memcpy(template + len - 6, tmp_template + strlen(tmp_template) - 6, 6);
rc = template;
- free(tmp_template);
/* return rc;
* }