Differences From Artifact [9c9f35fa93]:
- File src/verify.c — part of check-in [00e6d7997c] at 2019-12-20 00:12:19 on branch memleak-fixes — Various memleak fixes. Drops the reachable-at-exit memory of (fossil rebuild) on this repo from 45MB to 680kb. Added fossil_atexit_free_this() to allow us to clean up function-local static allocations. (user: stephan size: 3455) [more...]
To Artifact [eccf4986fc]:
- File src/verify.c — part of check-in [06afb7022f] at 2020-04-05 23:45:50 on branch api-cleanup — Match the COMMAND and WEBPAGE names with _cmd and _page functions; [https://fossil-scm.org/forum/forumpost/045bffda68|forumpost/045bffda68] (user: ashepilko size: 3460)
| ︙ | |||
109 110 111 112 113 114 115 | 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 | - + | } /* ** COMMAND: test-verify-all ** ** Verify all records in the repository. */ |
| ︙ |