Commit bd67e986 authored by Max Kellermann's avatar Max Kellermann

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

parent e587518d
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment