浏览代码

one more unisialized variable fix

Stasik0 10 年之前
父节点
当前提交
65dfe11d0a
共有 1 个文件被更改,包括 1 次插入0 次删除
  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) {