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:
parent
57abc12c43
commit
faab271283
1 changed files with 0 additions and 2 deletions
|
@ -99,8 +99,6 @@ void parse_xresource_options( Display *display )
|
|||
free ( name );
|
||||
free ( class );
|
||||
}
|
||||
|
||||
XFree ( xRMS );
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue