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
1 changed files with 0 additions and 2 deletions

View File

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