Commit 37b0412
committed
WIP: audio: comp_buffer: do not free the module heap in free()
The logic in comp_buffer_free() to check the module heap reference
count, and if it goes to zero, free the heap itself - this does
not belong in the buffer free method.
TODO: needs cleanup before submission.
Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>1 parent 2dce169 commit 37b0412
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
169 | 174 | | |
170 | 175 | | |
171 | 176 | | |
172 | 177 | | |
173 | 178 | | |
174 | 179 | | |
| 180 | + | |
175 | 181 | | |
176 | 182 | | |
177 | 183 | | |
| |||
0 commit comments