Provided by: allegro5-doc_5.2.9.1+dfsg-1.1build4_all bug

NAME

       al_free_with_context - Allegro 5 API

SYNOPSIS

              #include <allegro5/allegro.h>

              void al_free_with_context(void *ptr,
                 int line, const char *file, const char *func)

DESCRIPTION

       This calls free() from the Allegro library (this matters on Windows), unless overridden with al_set_memo‐
       ry_interface(3alleg5).

       Generally you should use the al_free(3alleg5) macro.

Allegro reference manual                                                           al_free_with_context(3alleg5)