# File lib/ffi-rzmq/message.rb, line 249
    def copy_in_bytes bytes, len
      rc = super(bytes, len)

      # make sure we have a way to deallocate this memory if the object goes
      # out of scope
      define_finalizer
      rc
    end