Fix free-of-non-alloc

This commit is contained in:
simon.kagstrom 2010-01-30 16:36:02 +00:00
parent 39d2196021
commit 5be5211578

View File

@ -211,7 +211,7 @@ public:
this->hm[8] = this->addOne(this->hm[8], this->allocOne("Horiz: %s", stringToPtr_Classic("RAH")));
this->hm[8] = this->addOne(this->hm[8], this->allocOne("Vert: %s", stringToPtr_Classic("RAV")));
this->hm[11] = this->addOne(this->hm[11], "Revert to defaults");
this->hm[11] = this->addOne(this->hm[11], xstrdup("Revert to defaults"));
this->help->setHelpMessages(this->hm);
}