diff --git a/patches/patches/095_memory_allocation.patch b/patches/patches/095_memory_allocation.patch new file mode 100644 index 0000000..e13a27a --- /dev/null +++ b/patches/patches/095_memory_allocation.patch @@ -0,0 +1,4 @@ +65c65 +< var avg: []f64 = {}; +--- +> var avg: []f64 = try allocator.alloc(f64, arr.len);