mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-09-05 00:35:13 +00:00
parser: Fix delete after new[] -- patch from Oleg Strikov <oleg.strikov@gmail.com>
This commit is contained in:
@@ -672,7 +672,7 @@ public:
|
||||
|
||||
~hashedNodeVec()
|
||||
{
|
||||
delete nodes;
|
||||
delete [] nodes;
|
||||
}
|
||||
|
||||
unsigned long size()const { return len; }
|
||||
|
Reference in New Issue
Block a user