[AD] docs for al_findfirst() |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
reading the docs in /allegro4.1.13/docs/html/alleg028.html#al_findclose
there is no mention of how necessary it is to use al_findclose() for each
al_findfirst()
as the findfirst code does some malloc() therefore its very important to
have a matching al_findclose() that does the free()
Can the docs for al_findfirst() be amended to say how important it is to
have a matching al_findclose() ?
aj.