We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 783afc9 commit 88b3bbeCopy full SHA for 88b3bbe
1 file changed
README.md
@@ -31,4 +31,5 @@ const ta = @import("ta_lib");
31
const prices = [_]f64{ 1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0, 10.0 };
32
33
const result = try ta.MOM(allocator, &prices, 5);
34
+defer allocator.free(result);
35
```
0 commit comments