Kaydet (Commit) 7c545a30 authored tarafından Nick Treleaven's avatar Nick Treleaven

Delete temporary error file

üst 6edb38b5
...@@ -394,6 +394,7 @@ gboolean tm_workspace_create_global_tags(const char *pre_process, const char **i ...@@ -394,6 +394,7 @@ gboolean tm_workspace_create_global_tags(const char *pre_process, const char **i
if (errors && *errors) if (errors && *errors)
g_printerr("%s", errors); g_printerr("%s", errors);
g_free(errors); g_free(errors);
g_unlink(tmp_errfile);
g_free(tmp_errfile); g_free(tmp_errfile);
if (ret == -1) if (ret == -1)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment