mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
pokit-agent: fix memory leak
https://bugzilla.gnome.org/show_bug.cgi?id=678406
This commit is contained in:
parent
fd62aba71c
commit
4e4092f9e8
1 changed files with 1 additions and 0 deletions
|
|
@ -230,6 +230,7 @@ auth_request_free (AuthRequest *request)
|
|||
g_free (request->message);
|
||||
g_free (request->icon_name);
|
||||
g_object_unref (request->details);
|
||||
g_free (request->cookie);
|
||||
g_list_foreach (request->identities, (GFunc) g_object_unref, NULL);
|
||||
g_list_free (request->identities);
|
||||
g_object_unref (request->simple);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue