[matroska] r820 - trunk/DvdMenuXtractor

[email protected]
Newsgroups gmane.comp.multimedia.matroska.cvs
Message-ID <[email protected]>
Author: robux4
Date: 2004-09-18 16:38:26 +0400 (Sat, 18 Sep 2004)
New Revision: 820

Modified:
   trunk/DvdMenuXtractor/DvdMenuXtractor.cpp
Log:
fix a memory leak

Modified: trunk/DvdMenuXtractor/DvdMenuXtractor.cpp
===================================================================
--- trunk/DvdMenuXtractor/DvdMenuXtractor.cpp	2004-09-18 09:07:20 UTC (rev 819)
+++ trunk/DvdMenuXtractor/DvdMenuXtractor.cpp	2004-09-18 12:38:26 UTC (rev 820)
@@ -520,6 +520,15 @@
         m_OperationInProgress = FALSE;
     }
 
+	~wxMyWizardPage4()
+	{
+		if(m_VobParser)
+		{
+			delete m_VobParser;
+		}
+	}
+
+
 	void BuildVobMap(void)
 	{
 		wxFileConfig *pConfig = (wxFileConfig *)wxConfigBase::Get();
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.