Give gitObject.Free a pointer-receiver
This is needed to get runtime.SetFinalizer to work, which expects a pointer-receiver. Without it the runtime will crash, when it tries to garbage-collect an object.
This commit is contained in:
parent
2bf17ba2f1
commit
289d84e1f7
Loading…
Reference in New Issue