- IEC 61850 client: fixed bug in new control object client implmentation - missing free for oper variable specification

pull/93/head
Michael Zillgith 7 years ago
parent 89d623866e
commit cad88b67a1

@ -199,6 +199,7 @@ ControlObjectClient_createEx(const char* objectReference, IedConnection connecti
iedConnection_addControlClient(connection, self); iedConnection_addControlClient(connection, self);
exit_function: exit_function:
MmsVariableSpecification_destroy(operSpec);
return self; return self;
} }

Loading…
Cancel
Save