- IedConnection: fixed problem - outstanding calls not released in function deleteFileAndSetFileHandler (#322)

pull/331/head
Michael Zillgith 4 years ago
parent 1a09b9548a
commit 8b82cd34e1

@ -2171,10 +2171,11 @@ deleteFileAndSetFileHandler (uint32_t invokeId, void* parameter, MmsError mmsErr
IedConnectionOutstandingCall call = iedConnection_lookupOutstandingCall(self, invokeId);
if (call) {
IedConnection_GenericServiceHandler handler = (IedConnection_GenericServiceHandler) call->callback;
handler(invokeId, call->callbackParameter, iedConnection_mapMmsErrorToIedError(mmsError));
iedConnection_releaseOutstandingCall(self, call);
}
else {
if (DEBUG_IED_CLIENT)

Loading…
Cancel
Save