disposeing

This commit is contained in:
HeshamTB 2018-09-21 15:25:13 +03:00
parent 185d221eab
commit 5f75edfcb2

View File

@ -108,6 +108,10 @@ namespace FaceRecognizer
}
i++;
}
reconizer.Dispose();
imageList.Clear();
faceCascade.Dispose();
temp.Dispose();
}
catch (Exception e){ throw e; }
}