id-ff: fix leak of profile->private_data->message_id

This commit is contained in:
Benjamin Dauvergne 2015-11-24 19:19:18 +01:00
parent 5d77950b4c
commit 7ecf6c1867
1 changed files with 2 additions and 0 deletions

View File

@ -945,6 +945,8 @@ dispose(GObject *object)
lasso_release_string(profile->private_data->artifact_message);
G_OBJECT_CLASS(parent_class)->dispose(G_OBJECT(profile));
lasso_release_string(profile->private_data->message_id);
}
/*****************************************************************************/