Browse Source

Reset _algorithmPtr on MACE dispose.

pull/768/head
Canming Huang 3 years ago
parent
commit
c34e98724d
  1. 1
      Emgu.CV.Contrib/Face/MACE.cs

1
Emgu.CV.Contrib/Face/MACE.cs

@ -93,6 +93,7 @@ namespace Emgu.CV.Face
{
FaceInvoke.cveMaceRelease(ref _sharedPtr);
_ptr = IntPtr.Zero;
_algorithmPtr = IntPtr.Zero;
}
}
}

Loading…
Cancel
Save