engine/src/OpmlParser.cpp
branch3rded
changeset 179 a14b0d78eda1
parent 65 bcd88ba95046
equal deleted inserted replaced
177:269e3f3e544a 179:a14b0d78eda1
   146 				} 
   146 				} 
   147 				CleanupStack::PopAndDestroy(val16);
   147 				CleanupStack::PopAndDestroy(val16);
   148 			}
   148 			}
   149 
   149 
   150 			if (!hasUrl) {
   150 			if (!hasUrl) {
       
   151 				CleanupStack::PopAndDestroy(newFeed);
   151 				break;
   152 				break;
   152 			}
   153 			}
   153 			
   154 			
   154 			if (!hasTitle) {
   155 			if (!hasTitle) {
   155 				newFeed->SetTitleL(newFeed->Url());
   156 				newFeed->SetTitleL(newFeed->Url());