mirror of
https://github.com/tristanpenman/valijson.git
synced 2025-03-04 07:27:24 +01:00
Use more appropriate itr dereference operator in SchemaParser destructor
This commit is contained in:
parent
40f0f4868c
commit
836f17c827
@ -63,7 +63,7 @@ public:
|
||||
{
|
||||
for (ConstraintBuilders::iterator itr = constraintBuilders.begin();
|
||||
itr != constraintBuilders.end(); ++itr) {
|
||||
delete (*itr).second;
|
||||
delete itr->second;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user