|
From: libvidcap c. <lib...@li...> - 2007-11-20 17:53:38
|
Revision: 64
http://libvidcap.svn.sourceforge.net/libvidcap/?rev=64&view=rev
Author: bcholew
Date: 2007-11-20 09:51:57 -0800 (Tue, 20 Nov 2007)
Log Message:
-----------
Delete sapi dshow's graph monitor thread when destroying the source.
Modified Paths:
--------------
trunk/src/directshow/DirectShowSource.cpp
Modified: trunk/src/directshow/DirectShowSource.cpp
===================================================================
--- trunk/src/directshow/DirectShowSource.cpp 2007-11-02 21:13:19 UTC (rev 63)
+++ trunk/src/directshow/DirectShowSource.cpp 2007-11-20 17:51:57 UTC (rev 64)
@@ -106,6 +106,8 @@
DirectShowSource::~DirectShowSource()
{
+ delete graphMon_;
+
stop();
if ( nativeMediaType_ )
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|