.TH "al_free_with_context(3alleg5) Allegro reference manual" "" "" "" "" .SH NAME .PP al_free_with_context \- Allegro 5 API .SH SYNOPSIS .IP .nf \f[C] #include\ void\ al_free_with_context(void\ *ptr, \ \ \ int\ line,\ const\ char\ *file,\ const\ char\ *func) \f[] .fi .SH DESCRIPTION .PP This calls free() from the Allegro library (this matters on Windows), unless overridden with al_set_memory_interface(3alleg5). .PP Generally you should use the al_free(3alleg5) macro.