mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-24 22:24:44 +02:00
Fixed double-free in the config parser.
This commit is contained in:
parent
5d73b69342
commit
604b57da43
File diff suppressed because it is too large
Load Diff
@ -162,7 +162,6 @@ identifier: T_IDENTIFIER
|
||||
| T_STRING
|
||||
{
|
||||
$$ = $1;
|
||||
free($1);
|
||||
}
|
||||
;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user