mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-24 00:43:27 +00:00
When power_up_sst() fails, stream needs to be freed
just like when try_module_get() fails. However, current
code is returning directly and ends up leaking memory.
Fixes:
|
||
|---|---|---|
| .. | ||
| sst | ||
| Makefile | ||
| sst-atom-controls.c | ||
| sst-atom-controls.h | ||
| sst-mfld-dsp.h | ||
| sst-mfld-platform-compress.c | ||
| sst-mfld-platform-pcm.c | ||
| sst-mfld-platform.h | ||