Commit b139c85
committed
module-adapter: fix memory leaks caused by DP dask
dev->task is allocated in scheduler_dp_task_init
but a deallocation is missing, resulting in a
392-byte memory leak each time a DP task ends,
eventually exhausting the heap memory.
Signed-off-by: Jun Lai <jun.lai@dolby.com>1 parent 58ac6c9 commit b139c85
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
172 | 176 | | |
173 | 177 | | |
174 | 178 | | |
| |||
0 commit comments