ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/xmltv_parser/trunk/libxmltv/Core/XMLTVProgramCollection.cs
(Generate patch)

Comparing trunk/libxmltv/Core/XMLTVProgramCollection.cs (file contents):
Revision 44 by william, Fri Mar 8 03:36:44 2013 UTC vs.
Revision 45 by william, Fri Mar 8 03:41:18 2013 UTC

# Line 52 | Line 52 | namespace libxmltv.Core
52              int index = 0;
53              foreach (var c in doc.Descendants(XMLTVConstants.PROGRAM_ELEMENT))
54              {
55 +                if (instance.IsDisposing)
56 +                {
57 +                    break;
58 +                }
59                  Program program = new Program();
60  
61                  program.Id = index;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines