Fix free of error (found by Tambet)

git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3566 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
Dan Williams
2008-04-16 14:33:12 +00:00
parent 702ad9c9a8
commit 1ca3da1cd0

View File

@@ -913,7 +913,7 @@ sc_plugin_ifcfg_init (SCPluginIfcfg *plugin)
if (!priv->g_connection) {
PLUGIN_PRINT (IFCFG_PLUGIN_NAME, " dbus-glib error: %s",
error->message ? error->message : "(unknown)");
g_free (error);
g_error_free (error);
}
}