al_findclose - Man Page
Closes a previously opened search with al_findfirst(). Allegro game programming library.
Synopsis
#include <allegro.h>
void al_findclose(struct al_ffblk *info);
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.
See Also
Referenced By
al_findfirst(3), al_findnext(3), for_each_file_ex(3).
version 4.4.3 Allegro manual