[gnome-builder/wip/chergert/326redesign: 17/21] 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: 17/21] pnl: ensure group is always initialized via goto
- Date: Tue, 9 May 2017 21:27:58 +0000 (UTC)
commit d7c9f0b902e0f10a4cfbd2304883b8673aa91952
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]