d6d9dab Use FFI::MemoryPointer instead of libc's malloc()

Authored and Committed by Lars Kanis 3 years ago
    Use FFI::MemoryPointer instead of libc's malloc()
    
    FFI provides a memory allocator class, so that there's no need to call malloc() directly.
    
        
file modified
+3 -5
file modified
+3 -3