# HG changeset patch # User Sebastian Brannstrom # Date 1279115601 -3600 # Node ID a14b0d78eda197359c9e59c3e76165b9fa26d25d # Parent 269e3f3e544a8ddc1952c7ed1097036314dc7cae Fix for bug 3244 - new feed not removed from cleanupstack when parsing OPML diff -r 269e3f3e544a -r a14b0d78eda1 engine/src/OpmlParser.cpp --- a/engine/src/OpmlParser.cpp Sun Jul 11 11:36:24 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; }