- fixed memory leak in IedConnection_readDataSetValues function
This commit is contained in:
parent
97d6b9ab57
commit
39b566f265
1 changed files with 1 additions and 0 deletions
|
@ -2108,6 +2108,7 @@ IedConnection_readDataSetValues(IedConnection self, IedClientError* error, const
|
|||
else {
|
||||
MmsValue* dataSetValues = ClientDataSet_getValues(dataSet);
|
||||
MmsValue_update(dataSetValues, dataSetVal);
|
||||
MmsValue_delete(dataSetVal);
|
||||
}
|
||||
|
||||
exit_function:
|
||||
|
|
Loading…
Add table
Reference in a new issue