From 63847496f14c813a5d80efd5b7de0f1294ffe1e3 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 13 Apr 2024 16:07:11 +0200 Subject: Adding upstream version 3.45.1. Signed-off-by: Daniel Baumann --- www/c3ref/snapshot_free.html | 137 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 137 insertions(+) create mode 100644 www/c3ref/snapshot_free.html (limited to 'www/c3ref/snapshot_free.html') diff --git a/www/c3ref/snapshot_free.html b/www/c3ref/snapshot_free.html new file mode 100644 index 0000000..2671324 --- /dev/null +++ b/www/c3ref/snapshot_free.html @@ -0,0 +1,137 @@ + + + + + +Destroy a snapshot + + + +
+ + + +
+
+Small. Fast. Reliable.
Choose any three. +
+ + +
+
+ + + +
+
+
+ + +
+

SQLite C Interface

+

Destroy a snapshot

+
+
+void sqlite3_snapshot_free(sqlite3_snapshot*);
+
+

+The sqlite3_snapshot_free(P) interface destroys sqlite3_snapshot P. +The application must eventually free every sqlite3_snapshot object +using this routine to avoid a memory leak.

+ +

The sqlite3_snapshot_free() interface is only available when the +SQLITE_ENABLE_SNAPSHOT compile-time option is used. +

See also lists of + Objects, + Constants, and + Functions.

+ -- cgit v1.2.3