diff options
author | Phobos Tro <phobos_tro@yahoo.com> | 2015-10-25 22:15:56 +0800 |
---|---|---|
committer | Phobos Tro <phobos_tro@yahoo.com> | 2015-10-25 22:15:56 +0800 |
commit | 746ef7cbd692af74faeefdbb0e45e8ab5b1b11d4 (patch) | |
tree | 4884fe57d0b02d297398ebe97dbf90934709f274 /platform/x11/os_x11.h | |
parent | 4baf65dab78b6e8062de760010338c316c628394 (diff) |
Fixing memory leaks
Diffstat (limited to 'platform/x11/os_x11.h')
-rw-r--r-- | platform/x11/os_x11.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/x11/os_x11.h b/platform/x11/os_x11.h index 1566062b9e..1258dff7a9 100644 --- a/platform/x11/os_x11.h +++ b/platform/x11/os_x11.h @@ -119,6 +119,7 @@ class OS_X11 : public OS_Unix { const char *cursor_theme; int cursor_size; + XcursorImage *img[CURSOR_MAX]; Cursor cursors[CURSOR_MAX]; Cursor null_cursor; CursorShape current_cursor; |