Removed finalize() and added n_delete to release()
This commit is contained in:
@@ -640,6 +640,7 @@ public class Mat {
|
||||
{
|
||||
|
||||
n_release(nativeObj);
|
||||
n_delete(nativeObj);
|
||||
|
||||
return;
|
||||
}
|
||||
@@ -906,12 +907,6 @@ public class Mat {
|
||||
return retVal;
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void finalize() throws Throwable {
|
||||
n_delete(nativeObj);
|
||||
super.finalize();
|
||||
}
|
||||
|
||||
// javadoc:Mat::toString()
|
||||
@Override
|
||||
public String toString() {
|
||||
|
Reference in New Issue
Block a user