소스 검색

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) {