Fixed memory leaks

This commit is contained in:
2017-12-15 17:36:21 +01:00
parent a4e95087e1
commit 27fe8029dc
2 changed files with 2 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ void *playThreadFunc(void *arg) {
long rate;
/* initializations */
ao_initialize();
driver = ao_default_driver_id();
mpg123_init();
mh = mpg123_new(NULL, &err);