.\" Generated by the Allegro makedoc utility .TH destroy_midi 3alleg4 "version 4.4.3" "Allegro" "Allegro manual" .SH NAME destroy_midi \- Destroys a MIDI structure when you are done with it. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B void destroy_midi(MIDI *midi); .SH DESCRIPTION Destroys a MIDI structure when you are done with it. It is safe to call this even when the MIDI file might be playing, because it checks and will kill it off if it is active. Use this to avoid memory leaks in your program. .SH SEE ALSO .BR load_midi (3alleg4), .BR exmidi (3alleg4)