From 15baf349fa6985262da39b70f2d496af104c478d Mon Sep 17 00:00:00 2001 From: Federico Angelilli Date: Sat, 16 Mar 2024 02:11:10 +0100 Subject: Fix some memory leaks and add valgrind support --- src/connect.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/connect.h') diff --git a/src/connect.h b/src/connect.h index 35ed3d3..2428819 100644 --- a/src/connect.h +++ b/src/connect.h @@ -17,6 +17,7 @@ typedef struct Connection Connection; struct Connection { xcb_connection_t *connection; xcb_screen_t *screen; + xcb_randr_get_screen_info_reply_t *info_reply; xcb_randr_screen_size_t *screen_size; double screen_dpi; int screen_depth; -- cgit v1.2.3