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