diff options
author | Preston Pan <preston@nullring.xyz> | 2024-01-20 17:25:39 -0800 |
---|---|---|
committer | Preston Pan <preston@nullring.xyz> | 2024-01-20 17:25:39 -0800 |
commit | ed528f82e180084c7199ae9a1a97eb54f701bdbd (patch) | |
tree | 2e71be744e9aa14cec13dbcf3ed892230f3a87cc /stemlib | |
parent | 24ae9e44d6aa93d7f36746d02cb0401e8a925fde (diff) |
fix memory leak partially or fully depending on how good I am at thinking
Diffstat (limited to 'stemlib')
-rw-r--r-- | stemlib/unsafe.stem | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/stemlib/unsafe.stem b/stemlib/unsafe.stem deleted file mode 100644 index 8c9e43e..0000000 --- a/stemlib/unsafe.stem +++ /dev/null @@ -1,7 +0,0 @@ -"./stdlib.stem" fread strquote eval - -unQstack [ map [ len vat ] ] func - -[ 1 2 3 4 ] unQstack -? - |