Исправление mashina, 02.06.16 15:17 (текущая версия) :
if (error) return CML_Clear(&root, &clode);
if (error) return CML_Clear(context);
Исходная версия mashina, 02.06.16 15:17:
if (!error) return CML_Clear(&root, &clode);
if (!error) return CML_Clear(context);