fix generic

Origin commit data
------------------
Branch: master
Commit: 5628130216
Author: TangoCash <eric@loxat.de>
Date: 2017-03-10 (Fri, 10 Mar 2017)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
TangoCash
2017-03-10 21:49:33 +01:00
parent 4f93491523
commit a03593f877
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;
}