Commit ff6f3d1
committed
Audio: MFCC: Fix memory leak in mfcc_free()
The mfcc_free_buffers() need to be called before the component
data cd is freed. The pointers to buffers are members of cd.
Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>1 parent cf89794 commit ff6f3d1
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
102 | 101 | | |
| 102 | + | |
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| |||
0 commit comments