@@ -0,0 +1,10 @@
package base14
// #include <stdlib.h>
import "C"
import "unsafe"
// Free memory allocated by encode / decode
func Free(b []byte) {
C.free(unsafe.Pointer(&b[0]))
}
The note is not visible to the blocked user.