Free the memory at address addr
addr
51 52 53 54
# File 'fiddle.c', line 51 def self.free(ptr) Fiddle::Pointer::LibC::FREE.call(ptr) nil end