mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 12:00:56 +01:00
fix free() bug
This commit is contained in:
@@ -62,6 +62,7 @@ void buffer_free(Buffer *b) {
|
||||
buffer_clear(b);
|
||||
}
|
||||
free(b->buf);
|
||||
b->allocated = 0;
|
||||
}
|
||||
free(b);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user