leaks fix
This commit is contained in:
@@ -64,6 +64,8 @@ void bufferRowInsertBytes(struct buffer_t *buffer, row_t *row, int at, const cha
|
||||
void bufferRowDelByte(struct buffer_t *buffer, row_t *row, int at, int n);
|
||||
void bufferInsertRow(struct buffer_t *buffer, int at, char *s, size_t len);
|
||||
void bufferFreeRow(row_t *row);
|
||||
char* bufferToText(struct buffer_t* buf);
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
@@ -118,6 +118,7 @@ typedef enum
|
||||
LSP_NOT_STARTED = 0,
|
||||
LSP_INITIALIZING,
|
||||
LSP_READY,
|
||||
LSP_SHUTTING_DOWN,
|
||||
LSP_SHUTDOWN,
|
||||
} LspState;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user