Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:12716 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 86830 invoked by uid 1010); 10 Sep 2004 11:36:08 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 75588 invoked from network); 10 Sep 2004 11:33:47 -0000 Received: from unknown (HELO frontend1.messagingengine.com) (66.111.4.30) by pb1.pair.com with SMTP; 10 Sep 2004 11:33:47 -0000 Received: from web1.messagingengine.com (web1.internal [10.202.2.210]) by frontend1.messagingengine.com (Postfix) with ESMTP id 07929C15407 for ; Fri, 10 Sep 2004 07:33:47 -0400 (EDT) Received: by web1.messagingengine.com (Postfix, from userid 99) id 6121E7A4; Fri, 10 Sep 2004 07:33:47 -0400 (EDT) Content-Disposition: inline Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 X-Mailer: MIME::Lite 1.5 (F2.73; T1.001; A1.62; B3.01; Q3.01) To: internals@lists.php.net Date: Fri, 10 Sep 2004 04:33:47 -0700 X-Sasl-Enc: 5BaBHvO4sGkK/OEaA0c+0g 1094816027 Message-ID: <1094816027.10452.204092129@webmail.messagingengine.com> Subject: who calls ts_free_thread? From: kameshj@fastmail.fm ("Kamesh Jayachandran") Hi All, I am going through the TSRM code. I could see ts_free_thread method to release the resources for the thread. grep did not give me any information about the caller. I could see a constant amount of leak per thread. Whether this leak has got anything to do with not calling ts_free_thread. If at all have to be called from where it should be called. With regards Kamesh Jayachandran