[gnome-builder/wip/chergert/326redesign: 12/16] pnl: ensure group is always initialized via goto
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/wip/chergert/326redesign: 12/16] pnl: ensure group is always initialized via goto
- Date: Fri, 19 May 2017 01:37:46 +0000 (UTC)
commit 6987b40d2298a2267a163121719095799382a1fe
Author: Christian Hergert <chergert redhat com>
Date: Sat May 6 13:09:17 2017 -0700
pnl: ensure group is always initialized via goto
contrib/pnl/pnl-util.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/contrib/pnl/pnl-util.c b/contrib/pnl/pnl-util.c
index 4f35d4a..a7099c6 100644
--- a/contrib/pnl/pnl-util.c
+++ b/contrib/pnl/pnl-util.c
@@ -235,7 +235,7 @@ GActionGroup *
pnl_gtk_widget_find_group_for_action (GtkWidget *widget,
const gchar *action_name)
{
- GActionGroup *group;
+ GActionGroup *group = NULL;
gchar *prefix = NULL;
gchar *name = NULL;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]