crash while saving instruments

• Feb 14, 2009 - 17:56


if (useDrumset) {
xml.tag("drumset", useDrumset);
drumset->save(xml);
}

useDrumset is true, but drumset is NULL.
This seems invalid. To check the ptr drumset before using it migth be helpfull but I assume that useDrumset has to be false here.


Comments

Do you still have an unanswered question? Please log in first to post your question.