Skip to content
Snippets Groups Projects
Commit df80ba81 authored by Nicolas Noble's avatar Nicolas Noble
Browse files

Freeing the proper string in gpr_tmpfile.

Fixes #478.

(oops)
parent c9b8eb3b
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