vpn: fix crash caused by 8d205212dc

Typo; should have been 'unref'.
This commit is contained in:
Dan Williams 2009-09-17 11:23:44 -07:00
parent 668b84e201
commit 3ce6b68c64

View file

@ -1733,7 +1733,7 @@ user_get_secrets_cb (DBusGProxy *proxy,
info->call = NULL;
free_get_secrets_info (info);
g_object_ref (provider);
g_object_unref (provider);
}
static GetSecretsInfo *