JagFree

Description

Free memory that was allocated with JagAlloc.

Syntax

void JAG_PUBLIC JagFree(
        void *ptr
        );

Parameters

ptr

A pointer to the memory to be freed.

See also

JagAlloc