Contents

es_free_message(_:)

Frees the memory allocated for the given message.

Declaration

func es_free_message(_ msg: UnsafeMutablePointer<es_message_t>)

Parameters

  • msg:

    The message to free.

Discussion

Only free messages you explicitly copied with es_copy_message(_:).

See Also

Deprecated Functions