Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.1.0
-
Android
-
Important
Description
There was memory leak due to some opened cursor objects while searching for contacts from address book. This is causing app crash on android platform.
Cursor object is opened but never closed in case of exceptions.