mirror of https://github.com/Icinga/icinga2.git
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…
Reference in New Issue