output/raop: free the raop_data object in finish()
This commit is contained in:
@@ -668,6 +668,7 @@ raop_output_finish(void *data)
|
|||||||
struct raop_data *rd = data;
|
struct raop_data *rd = data;
|
||||||
raopcl_close(rd);
|
raopcl_close(rd);
|
||||||
g_mutex_free(rd->control_mutex);
|
g_mutex_free(rd->control_mutex);
|
||||||
|
g_free(rd);
|
||||||
}
|
}
|
||||||
|
|
||||||
#define RAOP_VOLUME_MIN -30
|
#define RAOP_VOLUME_MIN -30
|
||||||
|
Reference in New Issue
Block a user