Code review comment for lp:~rodrigo-moya/ubuntuone-client/share-my-picked-contacts

Revision history for this message
Tim Cole (tcole) wrote :

This has a memory leak: the list returned by e_contact_get_attributes needs to be freed by the caller. (The individual attribute objects don't -- they're still owned by the contact object.)

review: Needs Fixing

« Back to merge proposal