1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-08 14:02:16 +03:00

Minor bug fixes and enhancements to the pragma eponymous virtual tables.

FossilOrigin-Name: 3f8f461504139a4efea0e033e3a274cc4b2d3072
This commit is contained in:
drh
2016-12-16 02:14:15 +00:00
parent c06bbceb9c
commit 9a63f09204
4 changed files with 20 additions and 15 deletions

View File

@@ -57,6 +57,7 @@ Module *sqlite3VtabCreateModule(
if( pDel ){
sqlite3OomFault(db);
sqlite3DbFree(db, pDel);
pMod = 0;
}
}
return pMod;