Explorar el Código

one more unisialized variable fix

Stasik0 hace 10 años
padre
commit
65dfe11d0a
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/ua_connection.c

+ 1 - 0
src/ua_connection.c

@@ -20,6 +20,7 @@ void UA_Connection_init(UA_Connection *connection) {
     connection->close = UA_NULL;
     connection->recv = UA_NULL;
     connection->getBuffer = UA_NULL;
+    connection->releaseBuffer = UA_NULL;
 }
 
 void UA_Connection_deleteMembers(UA_Connection *connection) {