We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7f5cbd commit baf4897Copy full SHA for baf4897
1 file changed
lib/misc/lws-struct-sqlite.c
@@ -198,6 +198,7 @@ lws_struct_sq3_deserialize(sqlite3 *pdb, const char *filter, const char *order,
198
a.toplevel_dll2_ofs = schema->ofs;
199
200
lws_dll2_owner_clear(o);
201
+ results[0] = '\0';
202
203
/*
204
* Explicitly list the columns instead of use *, so we can skip blobs
0 commit comments