未验证 提交 f672047f 编写于 作者: P pigwing 提交者: GitHub

fix memory leak? (#11447)

上级 4a49e5fc
......@@ -235,6 +235,7 @@ namespace TDengineDriver
IntPtr commandBuffer = Marshal.StringToCoTaskMemUTF8(command);
res = Query(conn, commandBuffer);
Marshal.FreeCoTaskMem(commandBuffer);
return res;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册