NAME
release_bitmap - Releases a previously locked bitmap. Allegro game
programming library.
SYNOPSIS
#include <allegro.h>
void release_bitmap(BITMAP *bmp);
DESCRIPTION
Releases a bitmap that was previously locked by calling
acquire_bitmap(). If the bitmap was locked multiple times, you must
release it the same number of times before it will truly be unlocked.
SEE ALSO
acquire_bitmap(3alleg), acquire_screen(3alleg), release_screen(3alleg),
ex3buf(3alleg), exaccel(3alleg), expat(3alleg), exquat(3alleg),
exscroll(3alleg), exswitch(3alleg), exupdate(3alleg)