Merge commit '045e0767be2acb552ce2b6f0c44a0bfa2333ed97' * commit '045e0767be2acb552ce2b6f0c44a0bfa2333ed97': get rid of sql finalizer error messages.
This commit is contained in:
@@ -137,6 +137,7 @@ public class TagDBHelper extends SQLiteOpenHelper {
|
||||
stmt.bindString(1, new String(msg.toByteArray())); // TODO: This should be a blob
|
||||
stmt.bindString(2, new Date().toString());
|
||||
stmt.executeInsert();
|
||||
stmt.close();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user