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 672162 - dconf uses g_slist_remove instead of g_slist_remove_link
dconf uses g_slist_remove instead of g_slist_remove_link
Status: RESOLVED FIXED
Product: dconf
Classification: Core
Component: dconf
git master
Other Linux
: Normal normal
: ---
Assigned To: dconf-maint
dconf-maint
Depends on:
Blocks:
 
 
Reported: 2012-03-15 16:29 UTC by Albert Astals Cid
Modified: 2012-03-19 15:39 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to fix the issue (734 bytes, patch)
2012-03-15 16:29 UTC, Albert Astals Cid
committed Details | Review

Description Albert Astals Cid 2012-03-15 16:29:04 UTC
Created attachment 209853 [details] [review]
Patch to fix the issue

dconf_dbus_client_unsubscribe is using g_slist_remove instead of g_slist_remove_link and thus the element is not being correctly removed from the list causing crashes the next time dcdbc->watches is iterated