Skip to content

Commit

Permalink
Fixed memory leak
Browse files Browse the repository at this point in the history
  • Loading branch information
nawaz1991 committed Jan 12, 2024
1 parent a01dc9a commit 477a689
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/validators/validators_store.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ ValidatorsStore::~ValidatorsStore()
for (auto& param_validator : query_param_validators_) {
delete param_validator.validator;
}
delete body_validator_;
#endif
}

Expand Down

0 comments on commit 477a689

Please sign in to comment.