Skip to content

Commit

Permalink
[mcp-account-manager] Fix a trivial memory leak
Browse files Browse the repository at this point in the history
  • Loading branch information
John Brooks committed Dec 20, 2012
1 parent 551bcff commit 056bb4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mcp-account-manager-uoa/mcp-account-manager-uoa.c
Expand Up @@ -96,6 +96,7 @@ _service_dup_tp_value (AgAccountService *service,
ret = g_value_dup_string (&value);
g_value_unset (&value);

g_free(real_key);
return ret;
}

Expand Down

0 comments on commit 056bb4a

Please sign in to comment.