[Bug 39200] Avoid using a NULL hash table
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed Jul 13 21:43:29 CEST 2011
https://bugs.freedesktop.org/show_bug.cgi?id=39200
--- Comment #1 from Olivier Crête <olivier.crete at ocrete.ca> 2011-07-13 12:43:29 PDT ---
@@ -231,6 +231,30 @@ tf_call_channel_dispose (GObject *object)
...
+ while (g_hash_table_iter_next (&iter, &key, &value))
+ {
+ TfCallContent *content = TF_CALL_CONTENT (value);
+ if (content)
+ tf_call_content_on_call_channel_gone (content);
Why do you have a if (content) here? In which case could the value be NULL ?
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the telepathy-bugs
mailing list