Skip to content
  • Dan Williams's avatar
    core: ensure superclass' finalize method is called · f648c269
    Dan Williams authored
    Fixes a crash with PropertyChanged signals (triggered when using wifi + vpn and
    rmmod-ing the driver) where properties_changed_info_destroy() wouldn't get
    called on object destruction becuase the GObject finalize method never got
    called for the DHCP4Config and IP4Config objects.
    f648c269