From 6ecc58bdb11045ee2bd717affd05f78b28d6da0e Mon Sep 17 00:00:00 2001 From: Martin Duquesnoy Date: Sat, 8 May 2010 19:26:55 +0200 Subject: [PATCH] Client: Remove free in client_get_name --- src/client.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/client.c b/src/client.c index 9d550ec..9813ea1 100644 --- a/src/client.c +++ b/src/client.c @@ -388,8 +388,6 @@ client_get_name(Client *c) int rf; ulong ir, il; - IFREE(c->title); - /* This one instead XFetchName for utf8 name support */ if(XGetWindowProperty(dpy, c->win, net_atom[net_wm_name], 0, 4096, False, net_atom[utf8_string], &rt, &rf, &ir, &il, (uchar**)&c->title) != Success)