mirror of
https://github.com/vivier/EMILE.git
synced 2025-01-02 21:30:29 +00:00
Clear configuration memory
This commit is contained in:
parent
db07ccf564
commit
cf28f647c7
@ -237,7 +237,7 @@ static int set_config(char *image, int verbose, char *config_path,
|
||||
fprintf(stderr, "ERROR: cannot initalize configuration\n");
|
||||
return 7;
|
||||
}
|
||||
configuration[0] = 0;
|
||||
memset(configuration, 0, 65536);
|
||||
|
||||
if (!emile_config_get(config, CONFIG_GESTALTID, &gestaltid))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user