SQLite

Check-in [6c5c04eea1]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Fix a memory leak that can occur in os_unix.c if an IO error occurs within the xUnlock method.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 6c5c04eea1f0e8d61883ee8675c249fbf895dc01
User & Date: dan 2010-06-16 10:55:43.000
Context
2010-06-16
12:30
Add extra test cases to pager1.test. (check-in: ad3209572d user: dan tags: trunk)
10:55
Fix a memory leak that can occur in os_unix.c if an IO error occurs within the xUnlock method. (check-in: 6c5c04eea1 user: dan tags: trunk)
2010-06-15
19:07
Rationalize a common pattern in tcl test cases into proc do_multiclient_test. (check-in: efe4456498 user: dan tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/os_unix.c.
Changes to src/test_vfs.c.
Changes to test/malloc_common.tcl.
Changes to test/pager1.test.
Added test/pagerfault.test.
Changes to test/permutations.test.