From d6eb2ebd873439d86ca3775de94999607f0cdab6 Mon Sep 17 00:00:00 2001 From: Joonbum Ko Date: Mon, 21 Jan 2019 13:42:10 +0900 Subject: [PATCH] export_initialized is set to '0' when called coregl terminate Change-Id: Ia4d342f0234660ae54967a9573afb654507677c0 Signed-off-by: Joonbum Ko --- src/coregl.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/coregl.c b/src/coregl.c index a9d9af8..80b51fd 100644 --- a/src/coregl.c +++ b/src/coregl.c @@ -269,6 +269,8 @@ coregl_terminate() deinit_modules(); _gl_lib_deinit(); + + export_initialized = 0; } } -- 2.7.4