diff options
Diffstat (limited to 'openbox/action.c')
| -rw-r--r-- | openbox/action.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openbox/action.c b/openbox/action.c index a14ea7cc..5f79a996 100644 --- a/openbox/action.c +++ b/openbox/action.c @@ -589,6 +589,7 @@ Action *action_parse(xmlDocPtr doc, xmlNodePtr node) act->data.sendtodir.follow = parse_bool(doc, n); } } + g_free(actname); } return act; } |
