mirror of
https://git.savannah.gnu.org/git/gperf.git
synced 2025-12-02 13:09:22 +00:00
Fix memory leaks.
This commit is contained in:
@@ -40,9 +40,10 @@ private:
|
||||
FILE * _stream;
|
||||
/* Creates the keywords. */
|
||||
Keyword_Factory * const _factory;
|
||||
public:
|
||||
/* Memory block containing the entire input. */
|
||||
char * _input;
|
||||
public:
|
||||
char * _input_end;
|
||||
/* The C code from the declarations section. */
|
||||
const char * _verbatim_declarations;
|
||||
const char * _verbatim_declarations_end;
|
||||
|
||||
Reference in New Issue
Block a user