Comment 7 for bug 1024848

Revision history for this message
In , Xavier Claessens (zdra) wrote :

Created attachment 64015
McdAccountManagerDefault: Fix a possible double free

If the account is already in the hashtable, g_hash_table_insert()
will set @removed as value, but free it since the key already in
the table is kept.