-no +1
This commit is contained in:
parent
f7dc35e59e
commit
79671bba66
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user