aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/core/support/file_win32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/support/file_win32.c b/src/core/support/file_win32.c
index af7eebe3de..7749d4553f 100644
--- a/src/core/support/file_win32.c
+++ b/src/core/support/file_win32.c
@@ -76,7 +76,7 @@ end:
*tmp_filename_out = gpr_tchar_to_char(tmp_filename);
}
- gpr_free(tmp_filename);
+ gpr_free(template_string);
return result;
}