- IEC 61850 client: fixed memory leak in IedConnection_getRCBValues

pull/147/head
Michael Zillgith 7 years ago
parent 71cace2ea6
commit 8fa25ce182

@ -492,6 +492,8 @@ IedConnection_getRCBValues(IedConnection self, IedClientError* error, const char
*error = iedConnection_mapDataAccessErrorToIedError( *error = iedConnection_mapDataAccessErrorToIedError(
MmsValue_getDataAccessError(rcb)); MmsValue_getDataAccessError(rcb));
MmsValue_delete(rcb);
return NULL; return NULL;
} }

Loading…
Cancel
Save