Actions
Bug #1125
closedmemory leak in setStrengthValidator
Start date:
01/08/2012
Due date:
% Done:
0%
Estimated time:
Description
Hello!
PasswordService::setStrengthValidator() sets validator_, but it is not removed in the destructor.
IMHO, this should be fixed or noted in the documentation.
BR.
Updated by Koen Deforche almost 13 years ago
- Status changed from New to Resolved
- Assignee set to Koen Deforche
- Target version set to 3.2.1
Hey,
You are right: validator_ should be deleted in the destructor !
I've also clarified this behaviour in the documentation.
Regards,
koen
Actions