am 045e0767: am 4a74a386: get rid of sql finalizer error messages.

Merge commit '045e0767be2acb552ce2b6f0c44a0bfa2333ed97'

* commit '045e0767be2acb552ce2b6f0c44a0bfa2333ed97':
  get rid of sql finalizer error messages.
This commit is contained in:
Nick Kralevich
2010-10-12 16:39:27 -07:00
committed by Android Git Automerger

View File

@@ -137,6 +137,7 @@ public class TagDBHelper extends SQLiteOpenHelper {
stmt.bindString(1, new String(msg.toByteArray())); // TODO: This should be a blob stmt.bindString(1, new String(msg.toByteArray())); // TODO: This should be a blob
stmt.bindString(2, new Date().toString()); stmt.bindString(2, new Date().toString());
stmt.executeInsert(); stmt.executeInsert();
stmt.close();
} }
@Override @Override