[geany/geany-plugins] 82eab5: Merge pull request #861 from LarsGit223/geanyvc-silence-check

Frank Lanitz git-noreply at xxxxx
Wed May 15 07:51:34 UTC 2019


Branch:      refs/heads/master
Author:      Frank Lanitz <frank at frank.uvena.de>
Committer:   GitHub <noreply at github.com>
Date:        Wed, 15 May 2019 07:51:34 UTC
Commit:      82eab5291c37d7c214b4ddd38ebdc23edcfc6509
             https://github.com/geany/geany-plugins/commit/82eab5291c37d7c214b4ddd38ebdc23edcfc6509

Log Message:
-----------
Merge pull request #861 from LarsGit223/geanyvc-silence-check

geanyvc: silence check errors


Modified Paths:
--------------
    geanyvc/src/geanyvc.c

Modified: geanyvc/src/geanyvc.c
4 lines changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -1359,7 +1359,7 @@ create_commit_message_history_combobox(void)
 	GtkCellRenderer *renderer;
 	GtkTreeIter iter;
 	GtkListStore *store;
-	GSList *list_item;
+	GSList *list_item = NULL;
 	GString *display_message_string;
 	gchar *display_message;
 
@@ -2147,7 +2147,7 @@ load_config(void)
 	GError *error = NULL;
 #endif
 
-	gchar **commit_message_history_keys, **ptr;
+	gchar **commit_message_history_keys, **ptr = NULL;
 	gchar *commit_message;
 	GKeyFile *config = g_key_file_new();
 



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Plugins-Commits mailing list