You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
free() is used in these 3 places and it only crashes on Windows.
I don't know how to debug this, so I've disabled the calls for the time being.
This may lead to minor memory leaks but at least it won't crash.
free()
is used in these 3 places and it only crashes on Windows.I don't know how to debug this, so I've disabled the calls for the time being.
This may lead to minor memory leaks but at least it won't crash.
java-tree-sitter/src/main/java/io/github/treesitter/jtreesitter/Node.java
Line 443 in 9c5eb24
java-tree-sitter/src/main/java/io/github/treesitter/jtreesitter/Tree.java
Line 98 in 9c5eb24
java-tree-sitter/src/main/java/io/github/treesitter/jtreesitter/Tree.java
Line 125 in 9c5eb24
The text was updated successfully, but these errors were encountered: