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 E71DF18651 for ; Thu, 29 Oct 2015 15:28:57 +0000 (UTC) Received: (qmail 42314 invoked by uid 500); 29 Oct 2015 15:28:52 -0000 Delivered-To: apmail-celix-commits-archive@celix.apache.org Received: (qmail 42252 invoked by uid 500); 29 Oct 2015 15:28:52 -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 41563 invoked by uid 99); 29 Oct 2015 15:28:52 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Oct 2015 15:28:52 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 751C6E3921; Thu, 29 Oct 2015 15:28:52 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: pnoltes@apache.org To: commits@celix.apache.org Date: Thu, 29 Oct 2015 15:29:22 -0000 Message-Id: <40ee0188a8ff4e16932b66b254c0221b@git.apache.org> In-Reply-To: <2d433ae53cee40a7a8eb8924d7c13080@git.apache.org> References: <2d433ae53cee40a7a8eb8924d7c13080@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [31/50] celix git commit: CELIX-272: remove arraylist_destroy of exportList (this is allocated in the rsa and also destroyed there) CELIX-272: remove arraylist_destroy of exportList (this is allocated in the rsa and also destroyed there) Project: http://git-wip-us.apache.org/repos/asf/celix/repo Commit: http://git-wip-us.apache.org/repos/asf/celix/commit/80a4f03f Tree: http://git-wip-us.apache.org/repos/asf/celix/tree/80a4f03f Diff: http://git-wip-us.apache.org/repos/asf/celix/diff/80a4f03f Branch: refs/heads/feature/CELIX-269_depman Commit: 80a4f03fcaaca8db77205af86aef3d8bd339c02f Parents: 78bb1e3 Author: Bjoern Petri Authored: Thu Oct 22 15:09:01 2015 +0200 Committer: Bjoern Petri Committed: Thu Oct 22 15:09:01 2015 +0200 ---------------------------------------------------------------------- remote_services/topology_manager/private/src/topology_manager.c | 3 --- 1 file changed, 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/celix/blob/80a4f03f/remote_services/topology_manager/private/src/topology_manager.c ---------------------------------------------------------------------- diff --git a/remote_services/topology_manager/private/src/topology_manager.c b/remote_services/topology_manager/private/src/topology_manager.c index 68be8c8..424c00c 100644 --- a/remote_services/topology_manager/private/src/topology_manager.c +++ b/remote_services/topology_manager/private/src/topology_manager.c @@ -287,9 +287,6 @@ celix_status_t topologyManager_rsaRemoved(void * handle, service_reference_pt re topologyManager_notifyListenersEndpointRemoved(manager, rsa, export); rsa->exportRegistration_close(export); } - - arrayList_destroy(exports_list); - exports_list = NULL; } hashMap_remove(exports, rsa);