void sqlite3_snapshot_free(sqlite3_snapshot*);
sqlite3_snapshot_free(P) 接口销毁 sqlite3_snapshot P。应用程序必须最终使用此例程释放每个 sqlite3_snapshot 对象,以避免内存泄漏。
只有在使用 SQLITE_ENABLE_SNAPSHOT 编译时选项时,sqlite3_snapshot_free() 接口才可用。
另请参见 对象、常量 和 函数 列表。