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 158D8200B83 for ; Fri, 12 Aug 2016 11:13:49 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 1459D160AB0; Fri, 12 Aug 2016 09:13:49 +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 8BBCD160AB8 for ; Fri, 12 Aug 2016 11:13:48 +0200 (CEST) Received: (qmail 88449 invoked by uid 500); 12 Aug 2016 08:58:56 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 3697 invoked by uid 99); 12 Aug 2016 06:33:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Aug 2016 06:33:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 86CFC2C02A3 for ; Fri, 12 Aug 2016 06:33:20 +0000 (UTC) Date: Fri, 12 Aug 2016 06:33:20 +0000 (UTC) From: "Laurens Boekhorst (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-11624) Memory leak on iOS 9.3 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 12 Aug 2016 09:13:49 -0000 [ https://issues.apache.org/jira/browse/CB-11624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15418421#comment-15418421 ] Laurens Boekhorst commented on CB-11624: ---------------------------------------- You're right, it has been fixed with the latest master. As far as I'm concerned, this can be closed. Thanks! > Memory leak on iOS 9.3 > ---------------------- > > Key: CB-11624 > URL: https://issues.apache.org/jira/browse/CB-11624 > Project: Apache Cordova > Issue Type: Bug > Components: Plugin Contacts > Affects Versions: 2.1.0 > Environment: Cordova 6.1.1, iPhone 6, iPhone 6 (Simulator), iOS 9.3, Xcode 7.3.1 > Reporter: Laurens Boekhorst > > Repeatedly calling `navigator.contacts.find` will leak memory up until the point the app is killed by the operating system. Instrumenting the call with Xcode will yield anywhere between 750 and 1000 new leaks every time it is called. The responsible frames are mostly `ABCMultiValueInsertAndCreateIdentifier`, and `ABCMultiValueCreate`. The responsible library is always `AddressBook`. This issue exists in version 2.1.0, but 2.0.1 is also affected. https://github.com/apache/cordova-plugin-contacts/pull/35/commits/d28ba9013cae21abc6826a1d6dbd06d841874c1d fixes it, but I believe it was never merged. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org