From faab2712830d7c2466701a83e568fcfa12fed63c Mon Sep 17 00:00:00 2001 From: Qball Cow Date: Tue, 4 Feb 2014 18:39:32 +0100 Subject: [PATCH] Do not free the return value of XResourceManagerString. (See manual http://tronche.com/gui/x/xlib/resource-manager/XResourceManagerString.html) --- source/xrmoptions.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/xrmoptions.c b/source/xrmoptions.c index 70eb6375..c996172f 100644 --- a/source/xrmoptions.c +++ b/source/xrmoptions.c @@ -99,8 +99,6 @@ void parse_xresource_options( Display *display ) free ( name ); free ( class ); } - - XFree ( xRMS ); } }