After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 759707 - NetworkAgent: Fix double-unref in get_secrets_keyring_cb()
NetworkAgent: Fix double-unref in get_secrets_keyring_cb()
Status: RESOLVED DUPLICATE of bug 759708
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2015-12-20 20:35 UTC by Christophe Fergeau
Modified: 2015-12-20 20:36 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christophe Fergeau 2015-12-20 20:35:19 UTC
In get_secrets_keyring_cb, we own a ref on the 'attributes' hash table
from secret_item_get_attributes), and a ref on the 'secret' object (from
secret_item_get_secret(), but in the SHELL_KEYRING_SK_TAG case, we unref
these once before breaking out of the loop, and the second time after
breaking out of the loop.
Comment 1 Christophe Fergeau 2015-12-20 20:36:06 UTC

*** This bug has been marked as a duplicate of bug 759708 ***