TaoMediaPlayer Freeing Twice
Submitted by innominate on August 15, 2008 - 8:38pm.
| Project: | Tao.FFmpeg |
| Component: | Miscellaneous |
| Category: | bug |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | Active |
Description
In the TaoMediaPlayer example app that comes with FFmpeg vFrame is being freed in two locations line 499 (after it is done being used) and line 328 (in the destructor). This could cause illegal memory access problems.
