[TD-225] fix memory leaks.

This commit is contained in:
Haojun Liao 2020-11-17 17:45:11 +08:00
parent 6852339a0d
commit 91dcb46d73
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@
#define TDENGINE_TAOS_H
#include <stdint.h>
#include <stdbool.h>
#ifdef __cplusplus
extern "C" {