In tagmanager/src/tm_workspace.c:

> @@ -437,6 +448,10 @@ static void append_to_temp_file(FILE *fp, GList *file_list)
>  		}
>  		node = g_list_next (node);
>  	}
> +
> +	fclose(fp);
> +
> +	return TRUE;

same, check write success


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub