am 4a74a386: get rid of sql finalizer error messages.
Merge commit '4a74a386066d2eb86b64ffdf09391def0451e4be' into gingerbread-plus-aosp * commit '4a74a386066d2eb86b64ffdf09391def0451e4be': 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(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
|
||||||
|
|||||||
Reference in New Issue
Block a user