mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-11-18 06:59:53 -05:00
fix: miss free baked_points_focus when reload config
This commit is contained in:
parent
3c4c169fca
commit
3243de5db8
1 changed files with 4 additions and 0 deletions
|
|
@ -2269,6 +2269,10 @@ void free_baked_points(void) {
|
|||
free(baked_points_tag);
|
||||
baked_points_tag = NULL;
|
||||
}
|
||||
if (baked_points_focus) {
|
||||
free(baked_points_focus);
|
||||
baked_points_focus = NULL;
|
||||
}
|
||||
}
|
||||
|
||||
void free_config(void) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue