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:
|
||
|---|---|---|
| .. | ||
| atom | ||
| baytrail | ||
| boards | ||
| common | ||
| haswell | ||
| keembay | ||
| skylake | ||
| Kconfig | ||
| Makefile | ||