.\" Generated by the Allegro makedoc utility .TH destroy_scene 3alleg4 "version 4.4.3" "Allegro" "Allegro manual" .SH NAME destroy_scene \- Deallocates the memory used by a scene. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B void destroy_scene(); .SH DESCRIPTION Deallocate memory previously allocated by create_scene. Use this to avoid memory leaks in your program. .SH SEE ALSO .BR create_scene (3alleg4), .BR scene_polygon3d (3alleg4), .BR clear_scene (3alleg4), .BR render_scene (3alleg4), .BR scene_gap (3alleg4), .BR exscn3d (3alleg4)