We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3726ad commit d3c6909Copy full SHA for d3c6909
sqlite3_trace.go
@@ -89,6 +89,7 @@ func fillExpandedSQL(info *TraceInfo, db *C.sqlite3, pStmt unsafe.Pointer) {
89
}
90
91
expSQLiteCStr := C.sqlite3_expanded_sql((*C.sqlite3_stmt)(pStmt))
92
+ defer C.sqlite3_free(unsafe.Pointer(expSQLiteCStr))
93
if expSQLiteCStr == nil {
94
fillDBError(&info.DBError, db)
95
return
0 commit comments