Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History of test/memleak.test
2010-06-07
| ||
14:28 | Refactor some of the global variables and commands used by tester.tcl. file: [10b9c6c5] check-in: [c2edf8e1] user: dan branch: trunk, size: 2324 | |
2007-03-30
| ||
17:17 | Get the memleak.test script working again after recent changes. (CVS 3768) file: [d2d2a1ff] check-in: [cd6ca078] user: drh branch: trunk, size: 2356 | |
2005-03-16
| ||
12:15 | Fix some memory leaks that can occur if a memory allocation fails. (CVS 2388) file: [df2b2b96] check-in: [9a358fc3] user: danielk1977 branch: trunk, size: 2333 | |
2005-01-17
| ||
07:53 | Fix some memory leak problems with corrupt.test and auto-vacuum databases. (CVS 2226) file: [c0af0919] check-in: [62442529] user: danielk1977 branch: trunk, size: 2347 | |
2004-09-03
| ||
18:38 | 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) file: [f1fa233f] check-in: [4595292f] user: drh branch: trunk, size: 2051 | |
2004-08-01
| ||
03:52 | Fix a memory leak when the auxiliary data of a database structure is used. (CVS 1874) file: [a7efa33c] check-in: [7ecff04a] user: drh branch: trunk, size: 2036 | |
2004-06-25
| ||
10:26 | Remove crash.test from memleak.test. (CVS 1691) file: [26571a04] check-in: [2a9cea61] user: danielk1977 branch: trunk, size: 2132 | |
2004-06-19
| ||
00:16 | 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) file: [eb3ca96a] check-in: [d705d051] user: drh branch: trunk, size: 2111 | |
2004-02-12
| ||
18:46 | Add hooks on each attached database connection for storing auxiliary information. Add the USING clause to ATTACH. (CVS 1232) file: [4d5d374c] check-in: [800c11f4] user: drh branch: trunk, size: 2110 | |
2003-02-26
| ||
13:52 | Fix a memory leak associated with PRIMARY KEY in a CREATE TABLE statement that fails. Ticket #249. (CVS 1730) file: [a18e6810] check-in: [66158843] user: drh branch: trunk, size: 1972 | |
2002-08-31
| ||
16:52 | Initial checking of two new test files: format3.test and memleak.test. (CVS 735) file: [b4f59aa4] check-in: [6ffedb90] user: drh branch: trunk, size: 1876 Added | |