diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2008-06-03 14:58:16 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2008-06-03 14:58:16 +0000 |
commit | 67534ccbca78a9f3d8e0f55b993e810ded95c447 (patch) | |
tree | fcceb2477741c393bc2f816d18431ee393671e5f /hcid/agent.c | |
parent | 8852bd0dc33d8737e27f41a3f3c43ca56e49116a (diff) |
Remember to free agent->capability
Diffstat (limited to 'hcid/agent.c')
-rw-r--r-- | hcid/agent.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hcid/agent.c b/hcid/agent.c index 57109603..0791c769 100644 --- a/hcid/agent.c +++ b/hcid/agent.c @@ -184,6 +184,7 @@ static void agent_free(struct agent *agent) g_free(agent->name); g_free(agent->path); + g_free(agent->capability); g_free(agent->addr); g_free(agent); |