profile: fix leak of private idp_list field

This commit is contained in:
Benjamin Dauvergne 2015-11-25 03:08:58 +01:00
parent 3c2f30d2fe
commit 56c9fb65e8
1 changed files with 1 additions and 0 deletions

View File

@ -946,6 +946,7 @@ dispose(GObject *object)
G_OBJECT_CLASS(parent_class)->dispose(G_OBJECT(profile));
lasso_release_gobject(profile->private_data->idp_list);
lasso_release_string(profile->private_data->message_id);
}