Skip to content

Commit

Permalink
Update StructureMapDependencyScope.cs.pp
Browse files Browse the repository at this point in the history
Fixes issue with context being null.

webadvanced#7
  • Loading branch information
txavier committed Nov 28, 2014
1 parent b7dffba commit a54d319
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@
public void DisposeNestedContainer() {
if (CurrentNestedContainer != null) {
CurrentNestedContainer.Dispose();
CurrentNestedContainer = null;
}
}

Expand Down

0 comments on commit a54d319

Please sign in to comment.