mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-27 15:45:56 -05:00
[alsa] Fix memleak: Missing free
This commit is contained in:
parent
4a664cfa9f
commit
6930fdb28d
@ -429,6 +429,8 @@ device_configure(struct alsa_session *as)
|
|||||||
goto out_fail;
|
goto out_fail;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
snd_pcm_sw_params_free(sw_params);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
out_fail:
|
out_fail:
|
||||||
|
Loading…
Reference in New Issue
Block a user