Mailinglist Archive: opensuse-bugs (14787 mails)
| < Previous | Next > |
[Bug 218717] gaim crashes on start
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Tue, 7 Nov 2006 08:10:14 -0700 (MST)
- Message-id: <20061107151014.1A38825C887@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=218717
------- Comment #5 from jpr@xxxxxxxxxx 2006-11-07 08:10 MST -------
The ordering looks broken as g_slist_remove frees the node , so the 'data'
element points to invalid memory because its been freed. Doing the g_free
(l->data) before the remove is probably enough to fix it.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
------- Comment #5 from jpr@xxxxxxxxxx 2006-11-07 08:10 MST -------
The ordering looks broken as g_slist_remove frees the node , so the 'data'
element points to invalid memory because its been freed. Doing the g_free
(l->data) before the remove is probably enough to fix it.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
| < Previous | Next > |