if I call sqlite3_vfs_unregister without initialize the sqlite I have a crash. 
Or if i execute the pseudo-code above too: 
sqlite3_vfs_register(vfs); 
db = sqlite3_open(..., "vfs"); 
sqlite3_close(db); 
sqlite3_vfs_unregister(vfs); 

I'm talking about 3.6.22 version. 

I have maked a patch for this, see file attached. 

-- 

Israel Lins Albuquerque 
Desenvolvimento 
Polibrás Brasil Software Ltda. 


_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to