Free the memory allocated to the pattern buffer by the compiling process

Does not free the memory holding self, use free for this purpose.

Property definitions

core $ NativeRegex :: regfree
	# Free the memory allocated to the pattern buffer by the compiling process
	#
	# Does not free the memory holding `self`, use `free` for this purpose.
	fun regfree `{ regfree(self); `}
lib/core/re.nit:64,2--67,33