disposeing
This commit is contained in:
parent
185d221eab
commit
5f75edfcb2
@ -108,6 +108,10 @@ namespace FaceRecognizer
|
||||
}
|
||||
i++;
|
||||
}
|
||||
reconizer.Dispose();
|
||||
imageList.Clear();
|
||||
faceCascade.Dispose();
|
||||
temp.Dispose();
|
||||
}
|
||||
catch (Exception e){ throw e; }
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user