mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2025-01-31 00:09:19 +01:00
Fixed memory leak getting the X11 window title
This commit is contained in:
parent
05cff7923c
commit
66a88c6c97
@ -643,6 +643,7 @@ X11_GetWindowTitle(_THIS, Window xwindow)
|
||||
&items_read, &items_left, &propdata);
|
||||
if (status == Success && propdata) {
|
||||
title = SDL_iconv_string("UTF-8", "", SDL_static_cast(char*, propdata), items_read+1);
|
||||
X11_XFree(propdata);
|
||||
} else {
|
||||
title = SDL_strdup("");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user