initialize the action shutdown function to NULL
This commit is contained in:
parent
5b6f3c6f7a
commit
6c760c5a63
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue