1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2025-03-31 17:25:40 -04:00

Do not free the return value of XResourceManagerString.

(See manual http://tronche.com/gui/x/xlib/resource-manager/XResourceManagerString.html)
This commit is contained in:
Qball Cow 2014-02-04 18:39:32 +01:00
parent 57abc12c43
commit faab271283

View file

@ -99,8 +99,6 @@ void parse_xresource_options( Display *display )
free ( name );
free ( class );
}
XFree ( xRMS );
}
}