Fix for bug 3244 - new feed not removed from cleanupstack when parsing OPML symbian1
authorSebastian Brannstrom <sebastianb@symbian.org>
Wed, 14 Jul 2010 14:53:21 +0100
branchsymbian1
changeset 181 d0200555f97b
parent 174 982b1ad423f4
child 182 828b50176e56
Fix for bug 3244 - new feed not removed from cleanupstack when parsing OPML
engine/src/OpmlParser.cpp
--- a/engine/src/OpmlParser.cpp	Fri Jul 09 23:00:03 2010 +0100
+++ b/engine/src/OpmlParser.cpp	Wed Jul 14 14:53:21 2010 +0100
@@ -148,6 +148,7 @@
 			}
 
 			if (!hasUrl) {
+				CleanupStack::PopAndDestroy(newFeed);
 				break;
 			}