From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22263 invoked by alias); 31 Dec 2010 18:47:54 -0000 Received: (qmail 22246 invoked by uid 22791); 31 Dec 2010 18:47:54 -0000 X-SWARE-Spam-Status: No, hits=4.2 required=5.0 tests=AWL,BAYES_50,DKIM_SIGNED,DKIM_VALID,SPF_HELO_FAIL X-Spam-Check-By: sourceware.org Received: from mail.alohasunset.com (HELO mail.alohasunset.com) (173.164.129.123) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 31 Dec 2010 18:47:49 +0000 Received: from ASSP-nospam ([127.0.0.1]) by alohasunset.com with MailEnable ESMTP; Fri, 31 Dec 2010 10:47:47 -0800 Received: from 127.0.0.1 ([127.0.0.1] helo=alohasunset.com) by ASSP-nospam id Awhv=T6=subscriptions.pizzolato.net=markpizzolato-pthreads-win32; Fri, 31 Dec 2010 10:47:47 -0800 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: Win32 pthread bugs Date: Fri, 31 Dec 2010 18:47:00 -0000 Message-ID: <78FD0775812F9E429FF9F5E1AA158DBE409623@redroof.alohasunset.com> From: "Mark Pizzolato - pthreads - win32" To: X-IsSubscribed: yes Mailing-List: contact pthreads-win32-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: pthreads-win32-owner@sourceware.org X-SW-Source: 2010/txt/msg00018.txt.bz2 The code in sched_setscheduler() and sched_getscheduler() each leaks a handle which is opened, never used and then left open. These should probably be fixed. - Mark Pizzolato