diff options
| author | Wenwen Wang <[email protected]> | 2019-08-10 04:29:48 +0000 |
|---|---|---|
| committer | Takashi Iwai <[email protected]> | 2019-08-10 07:57:22 +0000 |
| commit | cfef67f016e4c00a2f423256fc678a6967a9fc09 (patch) | |
| tree | 4c9319fe3f08a3ec3846a4b331f635481f6d1d0c /scripts/gen_compile_commands.py | |
| parent | ALSA: hda - Apply workaround for another AMD chip 1022:1487 (diff) | |
| download | kernel-cfef67f016e4c00a2f423256fc678a6967a9fc09.tar.gz kernel-cfef67f016e4c00a2f423256fc678a6967a9fc09.zip | |
ALSA: hda - Fix a memory leak bug
In snd_hda_parse_generic_codec(), 'spec' is allocated through kzalloc().
Then, the pin widgets in 'codec' are parsed. However, if the parsing
process fails, 'spec' is not deallocated, leading to a memory leak.
To fix the above issue, free 'spec' before returning the error.
Fixes: 352f7f914ebb ("ALSA: hda - Merge Realtek parser code to generic parser")
Signed-off-by: Wenwen Wang <[email protected]>
Cc: <[email protected]>
Signed-off-by: Takashi Iwai <[email protected]>
Diffstat (limited to 'scripts/gen_compile_commands.py')
0 files changed, 0 insertions, 0 deletions
