This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Description
This code for example should reproduce the error. I'm doing this in Go, but this example should also throw the same error.
union Sass_Value* CustomFunc( union Sass_Value* s_args, void* cookie ) {
return s_args;
}
Error:
malloc: *** error for object 0x451a590: pointer being freed was not allocated
*** set a breakpoint in malloc_error_break to debug
SIGABRT: abort
PC=0x7fff98e2c282
signal arrived during cgo execution