Skip to content

Commit 8d9ae2f

Browse files
committed
更新内存删除bug
1 parent 5c17ffb commit 8d9ae2f

5 files changed

Lines changed: 1 addition & 1 deletion

File tree

include/Tdx/tdx_function.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ TDXAPI_API void DeleteErrors(Error_STRUCT** pErrs, int count);
6868
TDXAPI_API int GetCountErrors(Error_STRUCT** pErrs);
6969
//////////////////////////////////////////////////////////////////////////
7070
TDXAPI_API int GetCountStructs(void** ppResults);
71-
71+
// 删除,注意,也存在Debug与Release的问题,所以在别的dll中生成的内存最好也在别的地方删
7272
TDXAPI_API void DeleteStructs(void*** pppStructs);
7373
//////////////////////////////////////////////////////////////////////////
7474
// 股东列表处理,用于授权部分

include/Tdx/win32/TdxApi.dll

0 Bytes
Binary file not shown.

include/Tdx/win32/TdxApi.lib

0 Bytes
Binary file not shown.

include/Tdx/win32/TdxApiDemo.exe

512 Bytes
Binary file not shown.

include/Tdx/win32/TdxInjector.exe

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)