Introduction
Introduction Statistics Contact Development Disclaimer Help
tserious mistake in pop() (forgot to set c->prev to NULL on pop) - dwm - [fork]…
git clone git://src.adamsgaard.dk/dwm
Log
Files
Refs
README
LICENSE
---
commit 0a4342098b6d01367c69782c643cb685f1cd3c3d
parent 72707c2fae68f5eba6ea97cbf356bfb968c8a15d
Author: [email protected] <unknown>
Date: Thu, 20 Jul 2006 18:23:43 +0200
serious mistake in pop() (forgot to set c->prev to NULL on pop)
Diffstat:
M client.c | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
diff --git a/client.c b/client.c
t@@ -284,6 +284,7 @@ pop(Client *c)
c->next->prev = c->prev;
*l = c->next;
+ c->prev = NULL;
if(clients)
clients->prev = c;
c->next = clients;
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.