Skip to content

Commit b71c6e9

Browse files
committed
use native module to free result string
1 parent 8c9f0d4 commit b71c6e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mrml/result.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module MRML
22
class Result < FFI::AutoPointer
33
class << self
44
def release(ptr)
5-
Binding.free(ptr)
5+
Native.free(ptr)
66
end
77
end
88
end

0 commit comments

Comments
 (0)