mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-27 23:43:00 +02:00
generic-pc: fix build with gcc 4.8
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#include <cstring>
|
||||
#include <cstdlib>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "init_lib.h"
|
||||
@@ -50,5 +51,6 @@ void shutdown_td_api()
|
||||
lt_info("%s, initialized = %d\n", __func__, (int)initialized);
|
||||
if (glfb)
|
||||
delete glfb;
|
||||
glfb = NULL;
|
||||
initialized = false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user