engine/src/OpmlParser.cpp
branchsymbian1
changeset 181 d0200555f97b
parent 65 bcd88ba95046
equal deleted inserted replaced
174:982b1ad423f4 181:d0200555f97b
   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());