diff options
| author | Scott Moynes <smoynes@nexus.carleton.ca> | 2003-07-19 23:58:45 +0000 |
|---|---|---|
| committer | Scott Moynes <smoynes@nexus.carleton.ca> | 2003-07-19 23:58:45 +0000 |
| commit | e9a8e272c06fd0cc1a2d93418d261886e786b16f (patch) | |
| tree | cc039348afd2f2ae22b9d94f4b4879e275649e16 /openbox/action.c | |
| parent | fd19711e6a7cdc63f10b79cedc7ff54d7a9d2e81 (diff) | |
Fix a couple memory leaks.
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; } |
