This commit is contained in:
Christian Grothoff 2023-05-17 15:33:20 +02:00
parent f7dc35e59e
commit 79671bba66
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -150,7 +150,7 @@ qconv_json (void *cls,
if (SQLITE_OK != sqlite3_bind_text (stmt, if (SQLITE_OK != sqlite3_bind_text (stmt,
(int) off, (int) off,
str, str,
strlen (str) + 1, strlen (str),
SQLITE_TRANSIENT)) SQLITE_TRANSIENT))
return GNUNET_SYSERR; return GNUNET_SYSERR;
GNUNET_free (str); GNUNET_free (str);