GNOME Bugzilla – Bug 729865
identity: fix another principal leak
Last modified: 2014-05-09 12:56:53 UTC
Spotted by valgrind.
Created attachment 276233 [details] [review] identity: fix another principal leak
Review of attachment 276233 [details] [review]: ::: src/goaidentity/goakerberosidentity.c @@ +278,3 @@ error_message); krb5_free_error_message (self->priv->kerberos_context, error_message); + goto out; We should initialize indentifier to NULL so that it still returns NULL in the error path.
Created attachment 276238 [details] [review] identity: fix another principal leak Spotted by valgrind.
Review of attachment 276238 [details] [review]: Yes, this looks fine. Thanks for the patch.
Attachment 276238 [details] pushed as 9f4fff9 - identity: fix another principal leak
Cherry-picked to gnome-3-12 and gnome-3-10 (because latest Fedora is officially shipping GNOME 3.10.x)