osx man page for destroy_rle_sprite

Query: destroy_rle_sprite

OS: osx

Section: 3alleg4

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

destroy_rle_sprite(3alleg4)					  Allegro manual				       destroy_rle_sprite(3alleg4)

NAME
destroy_rle_sprite - Destroys an RLE sprite. Allegro game programming library. SYNOPSIS
#include <allegro.h> void destroy_rle_sprite(RLE_SPRITE *sprite); DESCRIPTION
Destroys an RLE sprite structure previously returned by get_rle_sprite(). If you pass a NULL pointer this function won't do anything. Use this once you are done with an RLE sprite to avoid memory leaks in your program. SEE ALSO
get_rle_sprite(3alleg4) Allegro version 4.4.2 destroy_rle_sprite(3alleg4)
Related Man Pages
draw_lit_rle_sprite(3alleg4) - debian
rotate_sprite(3alleg4) - debian
draw_lit_rle_sprite(3alleg4) - suse
get_rle_sprite(3alleg4) - suse
draw_lit_rle_sprite(3alleg4) - centos
Similar Topics in the Unix Linux Community
Undeletable file
My first PERL incarnation... Audio Oscillograph
A dash to GOTO or a dash from GOTO, that is the question...
Python: Refer a properties file from different location