1.删除接口CRYPTO_cleanup_all_ex_data()接口调用
2.添加对evhttp头的释放
This commit is contained in:
fengweihao
2018-07-02 16:39:09 +08:00
parent 75cd3bbd23
commit fb554743df
3 changed files with 3 additions and 20 deletions

View File

@@ -1,10 +1,3 @@
/*
* rt_common.h
* Created by fengweihao
* 30 May, 2018
* Func: System timer control interface
*/
#ifndef __RT_COMMON_H__
#define __RT_COMMON_H__

View File

@@ -1,12 +1,3 @@
/*
* sync.h
* Created by Tsihang <qihang@semptian.com>
* 1 June, 2015
* Func: System startup synchronous operation interface of SPASR
* Personal.Q
*/
#ifndef __SYSTEM_SYNC_H__
#define __SYSTEM_SYNC_H__