fix generic

This commit is contained in:
TangoCash
2017-03-10 21:49:33 +01:00
parent ae3cc86f0b
commit 5628130216
2 changed files with 8 additions and 1 deletions

View File

@@ -50,5 +50,6 @@ void shutdown_td_api()
lt_info("%s, initialized = %d\n", __func__, (int)initialized);
if (glfb)
delete glfb;
glfb = NULL;
initialized = false;
}