Commit e9f47da
committed
do not bail out on finalize error in closeCachedStmtsLocked
Finalize all cached statements even if one fails. Leaving a
finalized statement in the cache map would be a use-after-finalize
bug per SQLite documentation.1 parent 325cb8d commit e9f47da
1 file changed
Lines changed: 3 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1884 | 1884 | | |
1885 | 1885 | | |
1886 | 1886 | | |
1887 | | - | |
1888 | | - | |
1889 | | - | |
| 1887 | + | |
1890 | 1888 | | |
1891 | 1889 | | |
1892 | 1890 | | |
| |||
1949 | 1947 | | |
1950 | 1948 | | |
1951 | 1949 | | |
1952 | | - | |
| 1950 | + | |
1953 | 1951 | | |
1954 | 1952 | | |
1955 | 1953 | | |
1956 | 1954 | | |
1957 | 1955 | | |
1958 | 1956 | | |
1959 | | - | |
1960 | | - | |
1961 | | - | |
| 1957 | + | |
1962 | 1958 | | |
1963 | 1959 | | |
1964 | 1960 | | |
1965 | 1961 | | |
1966 | 1962 | | |
1967 | 1963 | | |
1968 | | - | |
1969 | 1964 | | |
1970 | 1965 | | |
1971 | 1966 | | |
| |||
0 commit comments