From dd88123ad16ce27690a2aac94127175ed5213c64 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Wed, 28 Sep 2022 00:47:53 +0200 Subject: Dont use free'd fbconfigs --- include/mgl/mgl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/mgl') diff --git a/include/mgl/mgl.h b/include/mgl/mgl.h index bd0ae5b..b43e4b9 100644 --- a/include/mgl/mgl.h +++ b/include/mgl/mgl.h @@ -10,6 +10,7 @@ typedef struct mgl_context mgl_context; struct mgl_context { mgl_connection connection; mgl_gl gl; + GLXFBConfig *fbconfigs; _XVisualInfo *visual_info; GLXFBConfig fbconfig; unsigned long wm_delete_window_atom; -- cgit v1.2.3