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 14.59 years ago |
Created: |
2010-10-11 17:06:32 14.59 years ago |
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. |