main: destroy the save_state timer on exit
Make valgrind happier.
This commit is contained in:
parent
7918785c78
commit
d85184256e
@ -470,6 +470,8 @@ int main(int argc, char *argv[])
|
||||
}
|
||||
}
|
||||
|
||||
g_timer_destroy(save_state_timer);
|
||||
|
||||
write_state_file();
|
||||
playerKill();
|
||||
finishZeroconf();
|
||||
|
Loading…
Reference in New Issue
Block a user