Return-Path: X-Original-To: apmail-incubator-celix-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-celix-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 61B3D4888 for ; Tue, 31 May 2011 05:35:38 +0000 (UTC) Received: (qmail 26800 invoked by uid 500); 31 May 2011 05:35:37 -0000 Delivered-To: apmail-incubator-celix-commits-archive@incubator.apache.org Received: (qmail 26466 invoked by uid 500); 31 May 2011 05:35:33 -0000 Mailing-List: contact celix-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: celix-dev@incubator.apache.org Delivered-To: mailing list celix-commits@incubator.apache.org Received: (qmail 26358 invoked by uid 99); 31 May 2011 05:35:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 May 2011 05:35:31 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 May 2011 05:35:28 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 6C1AFEAE06 for ; Tue, 31 May 2011 05:34:47 +0000 (UTC) Date: Tue, 31 May 2011 05:34:47 +0000 (UTC) From: "Jasper Gielen (JIRA)" To: celix-commits@incubator.apache.org Message-ID: <1358658248.55311.1306820087439.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Created] (CELIX-5) Solve memory leaks in framework code MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Solve memory leaks in framework code ------------------------------------ Key: CELIX-5 URL: https://issues.apache.org/jira/browse/CELIX-5 Project: Celix Issue Type: Task Reporter: Jasper Gielen A few memory leaks can be detected when running the framework example (hello world) with a profiler tool. Some are related to mallocs never freed later on. These mallocs need to be replaced by the usage of a memory pool (APR). -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira