Gst.Allocator.prototype.free

function free(memory:Gst.Memory):void {
    // Gjs wrapper for gst_allocator_free()
}

Free memory that was previously allocated with Gst.Allocator.prototype.alloc.

memory

the memory to free