commit | 6d1ec0d81cd8ecdd390b31e724bac554bb955a94 | [log] [tgz] |
---|---|---|
author | Vasu Nori <vnori@google.com> | Wed Dec 02 13:21:12 2009 -0800 |
committer | Vasu Nori <vnori@google.com> | Thu Dec 03 10:01:20 2009 -0800 |
tree | 30fb4bd434796f4ccd26a88a66ad46711432d831 | |
parent | add867197c0ae81b8120d70e4ae936df4a9c29bb [diff] |
dealloc compiled-sql statements before deref'ing them from SQLiteDatabase obj. dealloc compiled-sql statements before removing references of SQLiteClosable objects from SQLiteDatabase obj. otherwise, code will attempt to close database before deallocing the compiled-sql statements and that causes sqlite exceptions.