Commit d8518425 authored by Max Kellermann's avatar Max Kellermann

main: destroy the save_state timer on exit

Make valgrind happier.
parent 7918785c
......@@ -470,6 +470,8 @@ int main(int argc, char *argv[])
}
}
g_timer_destroy(save_state_timer);
write_state_file();
playerKill();
finishZeroconf();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment