Quellcode durchsuchen

Merge pull request #335 from StalderT/patch-6

Update ua_client.c
ichrispa vor 9 Jahren
Ursprung
Commit
e44150a1c4
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      src/client/ua_client.c

+ 1 - 0
src/client/ua_client.c

@@ -882,6 +882,7 @@ UA_Boolean UA_Client_processPublishRx(UA_Client *client, UA_PublishResponse resp
                         }
                         }
                     }
                     }
                 }
                 }
+                UA_DataChangeNotification_deleteMembers(&dataChangeNotification);
             }
             }
             else if (msg.notificationData[k].typeId.namespaceIndex == 0 && msg.notificationData[k].typeId.identifier.numeric == 820 ) {
             else if (msg.notificationData[k].typeId.namespaceIndex == 0 && msg.notificationData[k].typeId.identifier.numeric == 820 ) {
                 //FIXME: This is a statusChangeNotification (not supported yet)
                 //FIXME: This is a statusChangeNotification (not supported yet)