[geany/geany] 7c545a: Delete temporary error file

Nick Treleaven git-noreply at xxxxx
Thu Jul 26 00:04:11 UTC 2012


Branch:      refs/heads/document-messages
Author:      Nick Treleaven <nick.treleaven at btinternet.com>
Committer:   Nick Treleaven <nick.treleaven at btinternet.com>
Date:        Wed, 25 Apr 2012 12:48:33
Commit:      7c545a30940a403086859f2b2cdcd4d9221c38f7
             https://github.com/geany/geany/commit/7c545a30940a403086859f2b2cdcd4d9221c38f7

Log Message:
-----------
Delete temporary error file


Modified Paths:
--------------
    tagmanager/tm_workspace.c

Modified: tagmanager/tm_workspace.c
1 files changed, 1 insertions(+), 0 deletions(-)
===================================================================
@@ -394,6 +394,7 @@ gboolean tm_workspace_create_global_tags(const char *pre_process, const char **i
 		if (errors && *errors)
 			g_printerr("%s", errors);
 		g_free(errors);
+		g_unlink(tmp_errfile);
 		g_free(tmp_errfile);
 		if (ret == -1)
 		{


@@ Diff output truncated at 100000 characters. @@


--------------
This E-Mail was brought to you by github_commit_mail.py (Source: TBD).



More information about the Commits mailing list