aboutsummaryrefslogtreecommitdiffstats
path: root/src/playerData.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/playerData.c')
-rw-r--r--src/playerData.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/playerData.c b/src/playerData.c
index 91a7ef661..6cc98ccc6 100644
--- a/src/playerData.c
+++ b/src/playerData.c
@@ -116,5 +116,6 @@ void freePlayerData(void)
* access playerData_pd and we need to keep it available for them */
waitpid(-1, NULL, 0);
+ output_buffer_free(&playerData_pd.buffer);
free(playerData_pd.audioDeviceStates);
}