aboutsummaryrefslogtreecommitdiffstats
path: root/ports/linux/guts/mkstemp64.c
diff options
context:
space:
mode:
Diffstat (limited to 'ports/linux/guts/mkstemp64.c')
-rw-r--r--ports/linux/guts/mkstemp64.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ports/linux/guts/mkstemp64.c b/ports/linux/guts/mkstemp64.c
index 6497f2e..cbeda0e 100644
--- a/ports/linux/guts/mkstemp64.c
+++ b/ports/linux/guts/mkstemp64.c
@@ -41,7 +41,6 @@
}
/* mkstemp only changes the XXXXXX at the end. */
memcpy(template + len - 6, tmp_template + strlen(tmp_template) - 6, 6);
- free(tmp_template);
/* return rc;
* }
*/