Closed jferrant closed 1 year ago
I think a secp256k1_context ptr was being leaked in Point. It should be fixed now that its pulled into Context with an implemented Drop.
9303bd4
View logs
I think a secp256k1_context ptr was being leaked in Point. It should be fixed now that its pulled into Context with an implemented Drop.