From owner-cvs-all@FreeBSD.ORG Wed Dec 31 10:46:06 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 39B121065670; Wed, 31 Dec 2008 10:46:06 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 274918FC18; Wed, 31 Dec 2008 10:46:06 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id mBVAk54T080081; Wed, 31 Dec 2008 10:46:05 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id mBVAk5JZ080080; Wed, 31 Dec 2008 10:46:05 GMT (envelope-from dougb) Message-Id: <200812311046.mBVAk5JZ080080@repoman.freebsd.org> From: Doug Barton Date: Wed, 31 Dec 2008 10:46:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-wm/windowmaker/files patch-WINGs_wview.c patch-src_switchpanel.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Dec 2008 10:46:06 -0000 dougb 2008-12-31 10:46:05 UTC FreeBSD ports repository Added files: x11-wm/windowmaker/files patch-WINGs_wview.c patch-src_switchpanel.c Log: Add a fix for the following bugs: - release colors to avoid issues with the reference count overflowing a small integer and causing unexpected color releases that can crash Window Maker (Martin Frydl ) - fixed a small memory leak in WINGs/wview.c caused by not releasing the background color of a view (Martin Frydl ) Inspired by the "refcount" patch in the Debian rpm, updated versions of the patches obtained from the latest WindowMaker source repo. Revision Changes Path 1.1 +23 -0 ports/x11-wm/windowmaker/files/patch-WINGs_wview.c (new) 1.1 +42 -0 ports/x11-wm/windowmaker/files/patch-src_switchpanel.c (new)