
<     if ((content->c1->type == XML_ELEMENT_CONTENT_OR) ||
---
>     if (content->c1 != NULL && (content->c1->type == XML_ELEMENT_CONTENT_OR) ||
