diff options
author | Kartik Agaram <vc@akkartik.com> | 2019-07-11 23:41:37 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2019-07-11 23:41:37 -0700 |
commit | a0c877f8cce6d971f41f4cee47a4f7bf8304cf1b (patch) | |
tree | 332763375bd2916c36219fce096d532204db6e6e /subx/apps/survey | |
parent | 7fed7232c47408efe5c3e1b913035e415343c66c (diff) | |
download | mu-a0c877f8cce6d971f41f4cee47a4f7bf8304cf1b.tar.gz |
one failure remaining in test-compute-offsets
'curr-segment-name' is now a string, and it's stored in a register rather than a global. Paradoxically, this leaks *less* than before. Before, every call to `get-or-insert-slice` leaked memory. Now we leak one string for every new segment. Which is trivial.
Diffstat (limited to 'subx/apps/survey')
-rwxr-xr-x | subx/apps/survey | bin | 39573 -> 40103 bytes |
1 files changed, 0 insertions, 0 deletions
diff --git a/subx/apps/survey b/subx/apps/survey
index e50905f4..28224ac6 100755
--- a/subx/apps/survey
+++ b/subx/apps/survey
Binary files differ |