GAppInfoMonitor: don't try to use NULL hash table
authorRyan Lortie <desrt@desrt.ca>
Thu, 7 Nov 2013 18:56:56 +0000 (13:56 -0500)
committerRyan Lortie <desrt@desrt.ca>
Thu, 7 Nov 2013 18:56:56 +0000 (13:56 -0500)
commitbda60c3e8b92575520495b8f283ee5ba595da074
treec66d27568bbb76a206bcf208f13f968bb3c71c4d
parentffbf866d3b3dfae234fbdeef8bab683c14d66e30
GAppInfoMonitor: don't try to use NULL hash table

Don't g_hash_table_iter_init() on a NULL table if we see the app info
monitoring but no monitors have been created yet.

https://bugzilla.gnome.org/show_bug.cgi?id=711632
gio/gappinfo.c