[Mono-bugs] [Bug 707114] crash when collecting all persons from ABAddressBook

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Jul 21 16:55:36 EDT 2011


https://bugzilla.novell.com/show_bug.cgi?id=707114

https://bugzilla.novell.com/show_bug.cgi?id=707114#c5


--- Comment #5 from Andrew Young <andrewdyoung at gmail.com> 2011-07-21 20:55:36 UTC ---
Alright. So I tried putting a using around the ABAddressBook object and it
seems to be much more stable.

using(var addressBook = new ABAddressBook())
{
   ...
}

Any reason why this would be the case?

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list