mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 19:47:47 +03:00
Handles better the memory utilization
- Added reference counts to Rule and AuditLog; - Some memory leaks were removed, including GeoLookup; - Deal better with parser errors; - Overriding the AutlogLogWritter destructor.
This commit is contained in:
@@ -31,7 +31,7 @@ class AuditLogWriterParallel : public AuditLogWriter {
|
||||
explicit AuditLogWriterParallel(AuditLog *audit)
|
||||
: AuditLogWriter(audit) { }
|
||||
|
||||
~AuditLogWriterParallel();
|
||||
~AuditLogWriterParallel() override;
|
||||
bool init() override;
|
||||
bool write(Assay *assay, int parts) override;
|
||||
|
||||
|
Reference in New Issue
Block a user