mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Bump pre-commit hooks
This commit is contained in:
parent
f5a76c1aed
commit
26d04fd9fc
13 changed files with 22 additions and 19 deletions
4
src/IP.h
4
src/IP.h
|
@ -307,8 +307,8 @@ public:
|
|||
delete ip6_hdrs;
|
||||
|
||||
if ( del ) {
|
||||
delete[](struct ip*) ip4;
|
||||
delete[](struct ip6_hdr*) ip6;
|
||||
delete[] (struct ip*)ip4;
|
||||
delete[] (struct ip6_hdr*)ip6;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue