output/raop: free the raop_data object in finish()

This commit is contained in:
Max Kellermann 2011-08-30 22:02:55 +02:00
parent e587518d85
commit bd67e986f4
1 changed files with 1 additions and 0 deletions

View File

@ -668,6 +668,7 @@ raop_output_finish(void *data)
struct raop_data *rd = data;
raopcl_close(rd);
g_mutex_free(rd->control_mutex);
g_free(rd);
}
#define RAOP_VOLUME_MIN -30