Fix a couple memory leaks.
Scott Moynes smoynes@nexus.carleton.ca
2 files changed,
3 insertions(+),
0 deletions(-)
M
openbox/action.c
→
openbox/action.c
@@ -589,6 +589,7 @@ if ((n = parse_find_node("follow", node->xmlChildrenNode)))
act->data.sendtodir.follow = parse_bool(doc, n); } } + g_free(actname); } return act; }