Fix possibly uninitialized variables; patch by Christian Hesse
[claws.git] / src / plugins / notification / gtkhotkey / gtk-hotkey-key-file-registry.c
index 02259a2d2f1e2aa030f176436dba0a71b83285e2..b8fb04a237ec17453a8082ac6efe9d87a37fd1c4 100644 (file)
@@ -207,7 +207,7 @@ gtk_hotkey_key_file_registry_real_store_hotkey (GtkHotkeyRegistry   *base,
        GKeyFile                                        *keyfile;
        GFile                                           *file, *home;
        GError                                          *tmp_error;
-       gchar                                           *file_path, *group;
+       gchar                                           *file_path, *group = NULL;
        
        
        g_return_val_if_fail (GTK_HOTKEY_IS_INFO (info), FALSE);