SQLite を使ったアプリを作成しているのですが、アプリを実行してしばらく放置した後ログを確認すると、以下の様な警告が出ていました。 W/SQLiteConnectionPool(1261): A SQLiteConnection object for database ‘/data/data/…..’ was leaked! Please fix your application to end transactions in progress properly and to close the database when it is no longer needed. データベース ‘/data/data/…..’ に対する SQLiteConnection オブジェクトがリークしました。データベースが必要なくなったら、進行中のトランザクションを適切に終了し、データベースをクローズして