Skip to content

kerberos: Avoid a potential memory leak

This isn't actually causing any memory leak at the moment because sign_in_identity_finish is always called and object_path is handed over to the caller to free. However, a future reorganization of the code might trigger a leak.

Merge request reports