Skip to content
Snippets Groups Projects
Commit a479bd09 authored by Stan Seibert's avatar Stan Seibert
Browse files

No need to reference bug numbers in code.

git-svn-id: http://svn.xiph.org/trunk/ao@5258 0101bb08-14d6-0310-b084-bc0e0c8e3800
parent ddbc4489
No related branches found
No related tags found
No related merge requests found
......@@ -291,7 +291,6 @@ int ao_plugin_close(ao_device *device)
{
ao_alsa_internal *internal = (ao_alsa_internal *) device->internal;
/* drain audio, bug id 282 */
snd_pcm_drain(internal->pcm_handle);
snd_pcm_close(internal->pcm_handle);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment