[xiph-commits] r8545 - trunk/oggdsf/src/tests/testCMMLParser
illiminable at motherfish-iii.xiph.org
illiminable at motherfish-iii.xiph.org
Tue Dec 28 17:50:46 PST 2004
Author: illiminable
Date: 2004-12-28 17:50:46 -0800 (Tue, 28 Dec 2004)
New Revision: 8545
Modified:
trunk/oggdsf/src/tests/testCMMLParser/testCMMLParser.cpp
Log:
* Fixed an allocator leak in CMML filter.
Modified: trunk/oggdsf/src/tests/testCMMLParser/testCMMLParser.cpp
===================================================================
--- trunk/oggdsf/src/tests/testCMMLParser/testCMMLParser.cpp 2004-12-29 01:40:23 UTC (rev 8544)
+++ trunk/oggdsf/src/tests/testCMMLParser/testCMMLParser.cpp 2004-12-29 01:50:46 UTC (rev 8545)
@@ -157,7 +157,7 @@
int x;
cin>>x;
- wstring file_1 = L"testcmml.xml";
+ wstring file_1 = L"G:\\Media\\Music Vid\\guru.cmml";
testCMMLFileParse(file_1);
More information about the commits
mailing list