commit | 7769a12fc51ed9ac3c61b60ea0df26706561bcb0 | [log] [tgz] |
---|---|---|
author | Casper Bonde <c.bonde@samsung.com> | Mon May 04 21:54:46 2015 +0200 |
committer | Pavlin Radoslavov <pavlin@google.com> | Tue May 12 11:37:37 2015 -0700 |
tree | 56672414057fe106c6bee6d13be71c559e132321 | |
parent | f5f90873574eefe5f50a7b383fcd8fefb961f66c [diff] |
MAP: Fix of cursor closed too early A cursor variable was reused for a new query, which lead to the cursor being closed too early. This fix introduces a second cursor variable and appropriate close calls. Bug: 20227071 Bug: 20565456 Change-Id: I1fa271497a9eb37bb3e435b61dc5daa2b9727af4 Signed-off-by: Casper Bonde <c.bonde@samsung.com>