Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Xiph.Org
libao
Issues
#1799
Closed
Open
Issue created
May 09, 2011
by
Gitlab Bot
@GitlabBot
Developer
Leak in audio_out.c
ao_shutdown should free info_table.
Fix by adding this line in ao_showdown:
free(info_table);