Explorar o código

use connection->releaseSendBuffer everywhere

Julius Pfrommer %!s(int64=6) %!d(string=hai) anos
pai
achega
6f689994e1
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      src/ua_securechannel.c

+ 2 - 1
src/ua_securechannel.c

@@ -664,7 +664,8 @@ UA_MessageContext_finish(UA_MessageContext *mc) {
 
 void
 UA_MessageContext_abort(UA_MessageContext *mc) {
-    UA_ByteString_deleteMembers(&mc->messageBuffer);
+    UA_Connection *connection = mc->channel->connection;
+    connection->releaseSendBuffer(connection, &mc->messageBuffer);
 }
 
 UA_StatusCode