mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
parent
00885f10d0
commit
1c07f5111a
@ -40,6 +40,11 @@ struct ReadLineContext
|
||||
ReadLineContext(void) : Buffer(NULL), Size(0), Eof(false), MustRead(true)
|
||||
{ }
|
||||
|
||||
~ReadLineContext(void)
|
||||
{
|
||||
free(Buffer);
|
||||
}
|
||||
|
||||
char *Buffer;
|
||||
size_t Size;
|
||||
bool Eof;
|
||||
|
Loading…
x
Reference in New Issue
Block a user