Added a Dispose
This commit is contained in:
parent
39b983647b
commit
dd14def97a
@ -601,6 +601,7 @@ namespace DataLoader
|
|||||||
// secitem.MyContent.Save();
|
// secitem.MyContent.Save();
|
||||||
//}
|
//}
|
||||||
}
|
}
|
||||||
|
dv.Dispose();
|
||||||
}
|
}
|
||||||
return secitem;
|
return secitem;
|
||||||
}
|
}
|
||||||
|
@ -541,6 +541,7 @@ namespace DataLoader
|
|||||||
log.ErrorFormat("Parent {0} Could not be found for {1}", sParent, drvs["sequence"].ToString());
|
log.ErrorFormat("Parent {0} Could not be found for {1}", sParent, drvs["sequence"].ToString());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
dv.Dispose();
|
||||||
return item;
|
return item;
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user