Return-Path: X-Original-To: apmail-celix-commits-archive@www.apache.org Delivered-To: apmail-celix-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2B67D18369 for ; Fri, 13 Nov 2015 12:21:12 +0000 (UTC) Received: (qmail 34825 invoked by uid 500); 13 Nov 2015 12:21:12 -0000 Delivered-To: apmail-celix-commits-archive@celix.apache.org Received: (qmail 34637 invoked by uid 500); 13 Nov 2015 12:21:11 -0000 Mailing-List: contact commits-help@celix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@celix.apache.org Delivered-To: mailing list commits@celix.apache.org Received: (qmail 34599 invoked by uid 500); 13 Nov 2015 12:21:11 -0000 Delivered-To: apmail-incubator-celix-commits@incubator.apache.org Received: (qmail 34589 invoked by uid 99); 13 Nov 2015 12:21:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Nov 2015 12:21:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id D0AD62C1F5D for ; Fri, 13 Nov 2015 12:21:11 +0000 (UTC) Date: Fri, 13 Nov 2015 12:21:11 +0000 (UTC) From: "Gabriele Ricciardi (JIRA)" To: celix-commits@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CELIX-292) Memory leak in reafctored shell MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Gabriele Ricciardi created CELIX-292: ---------------------------------------- Summary: Memory leak in reafctored shell Key: CELIX-292 URL: https://issues.apache.org/jira/browse/CELIX-292 Project: Celix Issue Type: Bug Components: Shell Reporter: Gabriele Ricciardi The shell service has couple of leaks (loghelper and listener are not freed). Attached a patch that fix the leaks (and add a NULL pointer check to the logHelper_destroy) -- This message was sent by Atlassian JIRA (v6.3.4#6332)