# HG changeset patch # User nenolod # Date 1158738539 25200 # Node ID f46ea650face386e73c05110a600e3f743cf8c21 # Parent f15e55bc0e60b160d0caa6e2e155639553439eb4 [svn] - release the audio buffer used by HAL when we close the device. diff -r f15e55bc0e60 -r f46ea650face ChangeLog --- a/ChangeLog Tue Sep 19 18:26:42 2006 -0700 +++ b/ChangeLog Wed Sep 20 00:48:59 2006 -0700 @@ -1,3 +1,13 @@ +2006-09-20 01:26:42 +0000 Giacomo Lozito + revision [80] + - fixed some issues for amidiplug compilation after migraton in audacious-plugins (backends were not compiled and amidiplug was uselessly installed twice on make install) + + Changes: Modified: + +1 -5 trunk/configure.ac + +1 -0 trunk/mk/rules.mk.in + +1 -1 trunk/src/amidi-plug/Makefile + + 2006-09-19 14:53:54 +0000 Jonathan Schleifer revision [78] Removed the check for socklen_t. This fixes building on NetBSD. diff -r f15e55bc0e60 -r f46ea650face src/CoreAudio/audio.c --- a/src/CoreAudio/audio.c Tue Sep 19 18:26:42 2006 -0700 +++ b/src/CoreAudio/audio.c Wed Sep 20 00:48:59 2006 -0700 @@ -409,9 +409,11 @@ g_free(device_name); //printf("osx_close(): playing_flag is now %d\n",playing_flag); + + /* Free audio buffer */ + g_free(buffer); } - void osx_flush(gint time) { //printf("osx_flush(): %d\n",time);