crash while saving instruments
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
the position is /home/ulf/src/mscore/trunk/mscore/mscore/instrtemplate.cpp:81 in Revision 1545