Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for test/memleak.test
2024-10-28
| ||
15:38 | [c7478f1195] part of check-in [10b1b86821] Omit the antiquated and long-unsupport async extension since it has been superseded by WAL mode for over a decade. (check-in: [10b1b86821] user: drh branch: omit-async, size: 2297) | |
2010-06-07
| ||
14:28 | [10b9c6c57e] part of check-in [c2edf8e17f] Refactor some of the global variables and commands used by tester.tcl. (check-in: [c2edf8e17f] user: dan branch: trunk, size: 2324) | |
2007-03-30
| ||
17:17 | [d2d2a1ff71] part of check-in [cd6ca078e3] Get the memleak.test script working again after recent changes. (CVS 3768) (check-in: [cd6ca078e3] user: drh branch: trunk, size: 2356) | |
2005-03-16
| ||
12:15 | [df2b2b96e7] part of check-in [9a358fc33d] Fix some memory leaks that can occur if a memory allocation fails. (CVS 2388) (check-in: [9a358fc33d] user: danielk1977 branch: trunk, size: 2333) | |
2005-01-17
| ||
07:53 | [c0af09191a] part of check-in [6244252915] Fix some memory leak problems with corrupt.test and auto-vacuum databases. (CVS 2226) (check-in: [6244252915] user: danielk1977 branch: trunk, size: 2347) | |
2004-09-03
| ||
18:38 | [f1fa233f82] part of check-in [4595292f93] Modify btree.c so that is allocates big data structures using malloc() instead of allocating from the stack. Stack allocations cause problems for embedded systems and pthreads implementations that only allocate a limited amount of stack space. (CVS 1937) (check-in: [4595292f93] user: drh branch: trunk, size: 2051) | |
2004-08-01
| ||
03:52 | [a7efa33c7a] part of check-in [7ecff04a61] Fix a memory leak when the auxiliary data of a database structure is used. (CVS 1874) (check-in: [7ecff04a61] user: drh branch: trunk, size: 2036) | |
2004-06-25
| ||
10:26 | [26571a0457] part of check-in [2a9cea61f9] Remove crash.test from memleak.test. (CVS 1691) (check-in: [2a9cea61f9] user: danielk1977 branch: trunk, size: 2132) | |
2004-06-19
| ||
00:16 | [eb3ca96a2e] part of check-in [d705d051be] Change the name of the TCL command from "sqlite" to "sqlite3" so that both SQLite version 2 and SQLite version 3 can be used by Tcl at the same time. (CVS 1626) (check-in: [d705d051be] user: drh branch: trunk, size: 2111) | |
2004-02-12
| ||
18:46 | [4d5d374c8e] part of check-in [800c11f4bc] Add hooks on each attached database connection for storing auxiliary information. Add the USING clause to ATTACH. (CVS 1232) (check-in: [800c11f4bc] user: drh branch: trunk, size: 2110) | |
2003-02-26
| ||
13:52 | [a18e6810ca] part of check-in [66158843df] Fix a memory leak associated with PRIMARY KEY in a CREATE TABLE statement that fails. Ticket #249. (CVS 1730) (check-in: [66158843df] user: drh branch: trunk, size: 1972) | |
2002-08-31
| ||
16:52 | Added: [b4f59aa444] part of check-in [6ffedb90a6] Initial checking of two new test files: format3.test and memleak.test. (CVS 735) (check-in: [6ffedb90a6] user: drh branch: trunk, size: 1876) | |