Skip to content
Snippets Groups Projects
Commit a99bf34d authored by Jan Tattermusch's avatar Jan Tattermusch
Browse files

Merge pull request #491 from nicolasnoble/win32-tmpfile-fix

Freeing the proper string in gpr_tmpfile.
parents c9b8eb3b df80ba81
No related branches found
No related tags found
No related merge requests found
...@@ -76,7 +76,7 @@ end: ...@@ -76,7 +76,7 @@ end:
*tmp_filename_out = gpr_tchar_to_char(tmp_filename); *tmp_filename_out = gpr_tchar_to_char(tmp_filename);
} }
gpr_free(tmp_filename); gpr_free(template_string);
return result; return result;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment