You've already forked linux-packaging-mono
Imported Upstream version 5.10.0.47
Former-commit-id: d0813289fa2d35e1f8ed77530acb4fb1df441bc0
This commit is contained in:
parent
88ff76fe28
commit
e46a49ecf1
@ -1 +1 @@
|
||||
577b5961f99f137eada7b65823f7e0c2a3eb7967
|
||||
92158691a5ef3d681e0d9f13bb8f2c5d7256834e
|
@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1 +1 @@
|
||||
3d3d95f3f6d93ff9fd11185a60c10fa0af2658b4
|
||||
bc0bb7e3584eac2da6676a422a99ca36f91c0d72
|
Reference in New Issue
Block a user