Skip to content

Commit a29e7b6

Browse files
committed
fix
1 parent c5173a1 commit a29e7b6

File tree

1 file changed

+0
-3
lines changed
  • src/OpenCvSharp/Modules/core

1 file changed

+0
-3
lines changed

src/OpenCvSharp/Modules/core/LDA.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@ public LDA(InputArray src, InputArray labels, int numComponents = 0)
4545
GC.KeepAlive(labels);
4646
InitSafeHandle(p);
4747
}
48-
{
49-
base.DisposeUnmanaged();
50-
}
5148

5249
private void InitSafeHandle(IntPtr p, bool ownsHandle = true)
5350
{

0 commit comments

Comments
 (0)