SQLite

View Ticket
Login
Ticket Hash: a04e42a3fcacaffa3133436fda957343e2be0fee
Title: Memory leak in sqlite3_create_collation_v2()
Status: Fixed Type: Code_Defect
Severity: Minor Priority: Immediate
Subsystem: Unknown Resolution: Fixed
Last Modified: 2010-10-11 18:53:54
Version Found In: 3.7.3
Description:
If an OOM error occurs during sqlite3_create_collation_v2(), the function 
still returns SQLITE_OK instead of returning SQLITE_NOMEM.  And the
destructor for the application data is not called.