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:
@@ -57,6 +57,7 @@ Module *sqlite3VtabCreateModule(
|
||||
if( pDel ){
|
||||
sqlite3OomFault(db);
|
||||
sqlite3DbFree(db, pDel);
|
||||
pMod = 0;
|
||||
}
|
||||
}
|
||||
return pMod;
|
||||
|
Reference in New Issue
Block a user