GNOME Bugzilla – Bug 736776
language: don't call g_variant_dup_string() on a NULL variant
Last modified: 2015-01-25 15:18:53 UTC
See patch
Created attachment 286334 [details] [review] patch g_dbus_proxy_get_cached_property() can return NULL. Guard against that case.
This should probably also be pushed to g-c-c as well. But the codebases are also probably considerably out of sync at this point.
Review of attachment 286334 [details] [review]: looks good
(In reply to comment #2) > This should probably also be pushed to g-c-c as well. But the codebases are > also probably considerably out of sync at this point. This was already fixed in g-c-c's copy.
ping - Patch here is set to "accepted-commit_after_freeze" and might be nice to get it in before it is again blocke by a freeze.
Pushed to master now.