Skip to content

Dispose all created objects #65

@hisystems

Description

@hisystems

Reduce the memory footprint of the library by disposing all created objects.

An error 'Unable to open database' occurs in SQLite because some of command and IDataReader objects are not disposed of and therefore retained in memory until the GC runs. Further details at http://support.xamarin.com/customer/portal/articles/533851-monotouch-sqlite-insert-error---unable-to-open-the-database-file

Related to SQLite database support.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions