The unified diff between revisions [5587f68e..] and [95cbeaa8..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'sqlite/vdbemem.c'
#
#
# patch "sqlite/vdbemem.c"
# from [fea0744936008831daa17cdc75056c3ca1469690]
# to [ff426ff6e72aa3f0300a56ec8c7f18099be96b43]
#
============================================================
--- sqlite/vdbemem.c fea0744936008831daa17cdc75056c3ca1469690
+++ sqlite/vdbemem.c ff426ff6e72aa3f0300a56ec8c7f18099be96b43
@@ -317,6 +317,7 @@ void sqlite3VdbeMemSetNull(Mem *pMem){
sqlite3VdbeMemRelease(pMem);
pMem->flags = MEM_Null;
pMem->type = SQLITE_NULL;
+ pMem->n = 0;
}
/*