From b88b3cb85dd12067874b4a76f70dbdf57d373a0d Mon Sep 17 00:00:00 2001 From: Yamagi Burmeister Date: Thu, 7 Sep 2017 18:31:49 +0200 Subject: [PATCH] Add back function call to Cvar_Fini() removed by git in branch merge. Don't know why git removed it. --- src/common/frame.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/frame.c b/src/common/frame.c index 0ff75a03..97ff6459 100644 --- a/src/common/frame.c +++ b/src/common/frame.c @@ -524,4 +524,5 @@ Qcommon_Frame(int msec) void Qcommon_Shutdown(void) { + Cvar_Fini(); }