fixed a few memory leaks

This commit is contained in:
Heng Li
2017-04-13 23:05:19 -04:00
parent 9947c953cf
commit f35e152e99
4 changed files with 6 additions and 4 deletions

View File

@@ -1,6 +1,8 @@
#ifndef SDUST_H
#define SDUST_H
#include <stdint.h>
struct sdust_buf_s;
typedef struct sdust_buf_s sdust_buf_t;