private_free fixes

This commit is contained in:
Abramo Bagnara 2000-08-16 16:05:57 +00:00
parent 7376ad380e
commit 2d0d687591
4 changed files with 4 additions and 4 deletions

View file

@ -284,7 +284,7 @@ struct snd_stru_pcm_plugin {
snd_pcm_plugin_t *next;
snd_pcm_plug_t *plug;
void *private_data;
void (*private_free)(snd_pcm_plugin_t *plugin, void *private_data);
void (*private_free)(snd_pcm_plugin_t *plugin);
char *buf;
size_t buf_frames;
snd_pcm_plugin_channel_t *buf_channels;