Browse Source

one more unisialized variable fix

Stasik0 10 years ago
parent
commit
65dfe11d0a
1 changed files with 1 additions and 0 deletions
  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) {