memory bugfix, vbump

This commit is contained in:
2020-01-26 22:14:25 +01:00
parent e239ac2b7f
commit 9743ac15d9
4 changed files with 6 additions and 4 deletions

View File

@@ -1,6 +1,8 @@
(load "sqlite3.carp")
(use SQLite3)
(add-cflag "-fsanitize=address")
(defn main []
(let-do [db (Result.unsafe-from-success (SQLite3.open "test.db"))]
; we can create a table