Hi, Please find attached two fixes for QtContacts-EDS backend: --- 0001: QContactEBook::initAddressBook() Fix memory leak
The list elements should be freed according to the documentation for e_book_get_supported_fields(). --- 0002: ContactFetchRequestWorker: Stop deleting GList elements We should not delete the GList elements from a callback functions. The elements will be destructed by the caller afterwards. --- I also attached a patch for Kcal-EDS, to get rid of boost dependency: --- 0001: kcal-eds: Remove dependency on libboost Stop depending on libboost since it is not strictly required. We already have a dependency on Qt and it is possible to achieve the same behavior with it. --- Kr, Christophe Dumez.
0001-kcal-eds-Remove-dependency-on-libboost.patch
Description: Binary data
0001-QContactEBook-initAddressBook-Fix-memory-leak.patch
Description: Binary data
0002-ContactFetchRequestWorker-Stop-deleting-GList-elemen.patch
Description: Binary data
_______________________________________________ MeeGo-dev mailing list [email protected] http://lists.meego.com/listinfo/meego-dev http://wiki.meego.com/Mailing_list_guidelines
