destroy_zbuffer(3) Destroys a Z-buffer. Allegro game programming library.

SYNOPSIS

#include <allegro.h>

void destroy_zbuffer(ZBUFFER *zbuf);

DESCRIPTION

Destroys the Z-buffer when you are finished with it. Use this to avoid memory leaks in your program.