[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [RP] No longer attemting to release -1.
From: |
Shawn Betts |
Subject: |
Re: [RP] No longer attemting to release -1. |
Date: |
06 Dec 2004 02:26:05 -0800 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 |
"Bernhard R. Link" <address@hidden> writes:
> The following patch reduces the size of the .xsession-errors by avoiding
> all those
> "ratpoison:number.c:110: error: ns=<ptr> Attempt to release -1!"
> lines. I do not know if it is the proper fix, but there is also
> no point in emitting warnings every time a window is closed.
> + if( w->number != -1 ) /* this is -1 if withdraw was called before */
The proper patch is just to remove it altogether. The number is
released when in withdraw_state().
I've patched this in CVS.
-Shawn