mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-06 10:44:01 +00:00
[c-host] option: fix memory corruption due to usage of old pointers
This commit is contained in:
@@ -33,9 +33,9 @@ struct Option;
|
||||
|
||||
struct Option
|
||||
{
|
||||
const char * module;
|
||||
const char * name;
|
||||
const char * description;
|
||||
char * module;
|
||||
char * name;
|
||||
char * description;
|
||||
|
||||
enum OptionType type;
|
||||
union
|
||||
|
Reference in New Issue
Block a user