ytls_cleanup()

ytls_cleanup()#

The ytls_cleanup() function releases resources associated with the given TLS context.

Prototype

void ytls_cleanup(
    hytls ytls
);

Parameters

Key

Type

Description

ytls

hytls

The TLS context to be cleaned up.


Return Value

This function does not return a value.

Notes

Ensure that ytls_cleanup() is called to free resources allocated by ytls_init() to prevent memory leaks.

Prototype

// Not applicable in JS

Prototype

# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples