fixes and stuff

This commit is contained in:
TLINDEN
2014-02-15 17:39:51 +01:00
parent cf8402aec0
commit 1342fa2b45
5 changed files with 33 additions and 13 deletions

View File

@@ -21,8 +21,6 @@
#include "buffer.h"
Buffer *buffer_new(size_t blocksize, char *name) {
Buffer *b = ucmalloc(sizeof(Buffer));
b->buf = ucmalloc(blocksize);