leaks fix

This commit is contained in:
2026-06-05 11:04:01 +02:00
parent 23f7701eb9
commit 2ad55b9132
6 changed files with 440 additions and 445 deletions
+2
View File
@@ -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