| |||||||
| General Development (no feature request here!) You were able to fix an issue, or improved a feature? Post it here. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 (permalink) |
| Portal Member Join Date: Nov 2006
Posts: 52
Thanks: 0
Thanked 6 Times in 3 Posts
| While working on something else, I discovered that tsfilesource destructor is always crashing when releasing its filter's graph. The exception is caught inside Marshal.ReleaseComObject call, so nobody can see this crash. All this happens in Cleanup() method of TStreamBufferPlayer9, which looks like this: Code: ...
if (_vmr9 != null)
{
Log.Info("TSStreamBufferPlayer9: vmr9 dispose");
_vmr9.Dispose();
_vmr9 = null;
}
...
DirectShowUtil.RemoveFilters(_graphBuilder); //here tsfilesource is released
....
Here is the patch on sourceforge. |
| | |
| 3 Users Say Thank You: |
| |
![]() |
| Bookmarks |
| Tags |
| bugfix, leak, memory, patch, tstreambufferplayer9 |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [patch] bugfix: subtitles configuration is not used | cpp2005 | General Development (no feature request here!) | 31 | 2007-08-22 01:37 |
| Memory leak - | PodgeMaster | support | 5 | 2007-01-18 19:27 |
| Memory leak in 2.1.0 ? | imported_Michael | Media Portal - Allgemeines | 3 | 2006-10-29 19:13 |
| Memory Leak on MP 0.2.0 | japelweb | General Support | 4 | 2006-02-18 12:13 |
| [Patch] Bugfix: Channel zapping stops working | Vic | General Development (no feature request here!) | 0 | 2005-03-12 09:16 |