Imported Upstream version 5.10.0.47

Former-commit-id: d0813289fa2d35e1f8ed77530acb4fb1df441bc0
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2018-01-24 17:04:36 +00:00
parent 88ff76fe28
commit e46a49ecf1
5927 changed files with 226314 additions and 129848 deletions

View File

@ -1 +1 @@
577b5961f99f137eada7b65823f7e0c2a3eb7967
92158691a5ef3d681e0d9f13bb8f2c5d7256834e

View File

@ -914,6 +914,10 @@ internal class SqlDependencyProcessDispatcher : MarshalByRefObject { // MBR sinc
finally {
_stopped = true;
_con.Dispose(); // Close and dispose connection.
//dispose windows identity
if (_windowsIdentity != null) {
_windowsIdentity.Dispose();
}
}
}
}

View File

@ -1 +1 @@
3d3d95f3f6d93ff9fd11185a60c10fa0af2658b4
bc0bb7e3584eac2da6676a422a99ca36f91c0d72