Commit 88aaf20
mm-video:vdec: Fix random ION memory call failures
- Seeing random ION_FREE() and ION_MAP failures during cts
if both encoder and decoder instances are running parallelly
since duplicate fd is given for both encoder and decoder.
use dup(fd) in platform private VideoHeap data to avoid fd leak.
Change-Id: I3c88c165e50e36edf6d2390cdae888eacc2b52721 parent eff2b5d commit 88aaf20
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
476 | 476 | | |
477 | 477 | | |
478 | 478 | | |
479 | | - | |
| 479 | + | |
480 | 480 | | |
481 | 481 | | |
482 | 482 | | |
| |||
0 commit comments