mirror of
https://github.com/fltk/fltk.git
synced 2026-06-07 09:13:58 +08:00
Fixes STR #2985: prevent memory leaks with XGetWindowProperty()
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9979 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
@@ -213,6 +213,7 @@ void list_visuals() {
|
||||
|
||||
putchar('\n');
|
||||
}
|
||||
if ( overlayInfo ) { XFree(overlayInfo); overlayInfo = 0; }
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user