mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-10 21:55:11 +01:00
Fix free-of-non-alloc
This commit is contained in:
parent
39d2196021
commit
5be5211578
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user