handle src buffer underflow corner cases
[sdl_omap.git] / docs / man3 / SDL_FreeWAV.3
CommitLineData
e14743d1 1.TH "SDL_FreeWAV" "3" "Tue 11 Sep 2001, 22:58" "SDL" "SDL API Reference"
2.SH "NAME"
3SDL_FreeWAV \- Frees previously opened WAV data
4.SH "SYNOPSIS"
5.PP
6\fB#include "SDL\&.h"
7.sp
8\fBvoid \fBSDL_FreeWAV\fP\fR(\fBUint8 *audio_buf\fR);
9.SH "DESCRIPTION"
10.PP
11After a WAVE file has been opened with \fI\fBSDL_LoadWAV\fP\fR its data can eventually be freed with \fBSDL_FreeWAV\fP\&. \fBaudio_buf\fR is a pointer to the buffer created by \fBSDL_LoadWAV\fP\&.
12.SH "SEE ALSO"
13.PP
14\fI\fBSDL_LoadWAV\fP\fR
15.\" created by instant / docbook-to-man, Tue 11 Sep 2001, 22:58