pull/341/merge
Walter Bonetti 2 years ago committed by GitHub
commit ee599789e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -570,7 +570,8 @@ exit_error:
if (DEBUG_IED_SERVER) if (DEBUG_IED_SERVER)
printf("IED_SERVER: error parsing line %i (indentation level = %i)\n", currentLine, indendation); printf("IED_SERVER: error parsing line %i (indentation level = %i)\n", currentLine, indendation);
IedModel_destroy(model); if (model != NULL)
IedModel_destroy(model);
return NULL; return NULL;
} }

Loading…
Cancel
Save