~ubuntu-branches/ubuntu/utopic/gconf/utopic

« back to all changes in this revision

Viewing changes to gconf/gconf-database-dbus.c

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2011-11-01 08:48:09 UTC
  • mfrom: (1.2.1) (76.1.1 oneiric-proposed)
  • Revision ID: package-import@ubuntu.com-20111101084809-f6skp1hyp3gni1ru
Tags: 3.2.3-0ubuntu1
* New upstream release.
  - Fixes gconf crasher regression in 3.2.2 (LP: #882525)

Show diffs side-by-side

added added

removed removed

Lines of Context:
873
873
 
874
874
  conn = gconfd_dbus_get_connection ();
875
875
 
 
876
  gconfd_emit_db_gone (db->object_path);
876
877
  dbus_connection_unregister_object_path (conn, db->object_path);
877
878
  
878
879
  dbus_connection_remove_filter (conn,
880
881
                                 db);
881
882
  g_free (db->object_path);
882
883
  db->object_path = NULL;
 
884
 
 
885
  g_hash_table_destroy (db->notifications);
 
886
  db->notifications = NULL;
 
887
 
 
888
  g_hash_table_destroy (db->listening_clients);
 
889
  db->listening_clients = NULL;
883
890
}
884
891
 
885
892
const char *