.\" Generated by the Allegro makedoc utility .TH al_findclose 3 "version 4.2.2" "Allegro" "Allegro manual" .SH NAME al_findclose \- Closes a previously opened search with al_findfirst(). Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B void al_findclose(struct al_ffblk *info); .SH DESCRIPTION This closes a previously opened search with al_findfirst(). You need to call this on all successfully opened searches to avoid memory leaks in your program. .SH SEE ALSO .BR al_findfirst (3), .BR al_findnext (3)