diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Bytes.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Bytes.c b/src/Bytes.c index efa973a..562a38f 100644 --- a/src/Bytes.c +++ b/src/Bytes.c @@ -33,8 +33,7 @@ static int bytesInit(BH_Bytes *bytes, static int bytesDestroy(BH_Bytes *bytes) { - BH_UNUSED(bytes); - + free(bytes); return BH_OK; } |
