Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 8BFE9200B28 for ; Sun, 26 Jun 2016 09:54:35 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 8A9C6160A69; Sun, 26 Jun 2016 07:54:35 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id C97AA160A28 for ; Sun, 26 Jun 2016 09:54:34 +0200 (CEST) Received: (qmail 67057 invoked by uid 500); 26 Jun 2016 07:54:33 -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 67039 invoked by uid 500); 26 Jun 2016 07:54:33 -0000 Delivered-To: apmail-incubator-celix-commits@incubator.apache.org Received: (qmail 67036 invoked by uid 99); 26 Jun 2016 07:54:33 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 26 Jun 2016 07:54:33 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 701532C0451 for ; Sun, 26 Jun 2016 07:54:33 +0000 (UTC) Date: Sun, 26 Jun 2016 07:54:33 +0000 (UTC) From: "Pepijn Noltes (JIRA)" To: celix-commits@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CELIX-364) Incorrect destroy of dependency manager info struct MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sun, 26 Jun 2016 07:54:35 -0000 Pepijn Noltes created CELIX-364: ----------------------------------- Summary: Incorrect destroy of dependency manager info struct Key: CELIX-364 URL: https://issues.apache.org/jira/browse/CELIX-364 Project: Celix Issue Type: Bug Components: Dependency Manager Reporter: Pepijn Noltes Assignee: Pepijn Noltes Priority: Trivial The dependency manager shell request and uses a dm info struct to print information about the dm components. The destroy function does not loop correctly -> does not free correctly. This can lead to a segfault. -- This message was sent by Atlassian JIRA (v6.3.4#6332)