mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-29 08:34:37 +01:00
close cursor to avoid exceptions in finalize
This commit is contained in:
parent
df473199f9
commit
af0c088464
1 changed files with 1 additions and 0 deletions
|
@ -466,6 +466,7 @@ public class Utils {
|
|||
getColumnIndex(DBHelper.GAME_OVER));
|
||||
summary.gameOver = tmp == 0 ? false : true;
|
||||
}
|
||||
cursor.close();
|
||||
db.close();
|
||||
return summary;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue