From 6c760c5a63a2e49bc2a5a4f39f8b4b9ed285bd7e Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 11 Feb 2010 14:58:53 -0500 Subject: [PATCH] initialize the action shutdown function to NULL --- openbox/actions.c | 1 + 1 file changed, 1 insertion(+) diff --git a/openbox/actions.c b/openbox/actions.c index 2c60ba40..945233e6 100644 --- a/openbox/actions.c +++ b/openbox/actions.c @@ -107,6 +107,7 @@ ObActionsDefinition* do_register(const gchar *name, def->name = g_strdup(name); def->free = free; def->run = run; + def->shutdown = NULL; registered = g_slist_prepend(registered, def); return def; -- 2.39.2