~network-manager/network-manager/ubuntu.hardy.07

« back to all changes in this revision

Viewing changes to libnm-glib/nm-dhcp4-config.c

* (merge) RELEASE 0.7~~svn20080908t183521+eni0-0ubuntu1 to ubuntu/intrepid (for real)

Show diffs side-by-side

added added

removed removed

Lines of Context:
105
105
        if (priv->options)
106
106
                g_hash_table_destroy (priv->options);
107
107
 
 
108
        g_object_unref (priv->proxy);
 
109
 
108
110
        G_OBJECT_CLASS (nm_dhcp4_config_parent_class)->finalize (object);
109
111
}
110
112