mirror of
https://github.com/mauiaaron/apple2.git
synced 2025-08-08 04:25:59 +00:00
don't leak a buffer
- thank you, valgrind
This commit is contained in:
@@ -311,6 +311,8 @@ void load_settings(void)
|
||||
}
|
||||
}
|
||||
|
||||
FREE(buffer);
|
||||
|
||||
fclose(config_file);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user