al_findclose(3alleg4) | Allegro manual | al_findclose(3alleg4) |
al_findclose - Closes a previously opened search with al_findfirst(). Allegro game programming library.
#include <allegro.h>
void al_findclose(struct al_ffblk *info);
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.
version 4.4.2 | Allegro |