site_archiver@lists.apple.com Delivered-To: bluetooth-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=rNfPJ6RnhtW41tCbG6h+YAid1KyLqehJHCvzQ+EzLBQ=; b=rrsP90Qtd/8YsSpYCYmlLbQaRFqDnM4wQ6MxIgfpf52+FvStywXruCXiCheQ6ywpiaCHNODmrjj0fr8pASZY0R028StqMHiRMutwkzuxDcIOwnchnAd2u4TiNH8UGSNXPWVJbAkpCXsQRJuvwPldN+17FaEfB0VT/rpVSjs1NKg= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=QHiNIokymXfje05cBcK9SkNPs8k2MhrALFnlZgqP3SmCPL9DGqyRp/3lOa3kxaYlL1UTQWBMY//pl5i12C4mN71pPVQGRGt/kVbprvUng+XUTyCIGjLmsFzlaW5bAscqyOMG1x9qquX9E7ckgoaLv98vyoabJQdulpDSsYfo7Ho= Hi all, I am programming ANSI C and have the device inquiry working but I still get some warnings sometimes. I've seen that there is no AutoreleasePool in ANSI C, only in Objective C; thus creating one isn't possible. So I am back again by the Bluetooth API, thus I post to this mailinglist. I think the device inquiry will create objects/structs in memory that should be cleared. I normally get only these errors while repeating the device inquiry. My guess is that the found devices are not always cleared by the OS. 2007-11-24 17:26:02.363 java[6646] *** _NSAutoreleaseNoPool(): Object 0x31c420 of class NSIdEnumerator autoreleased with no pool in place - just leaking 2007-11-24 17:26:02.364 java[6646] *** _NSAutoreleaseNoPool(): Object 0x31e870 of class IOBluetoothNotification autoreleased with no pool in place - just leaking 2007-11-24 17:26:02.364 java[6646] *** _NSAutoreleaseNoPool(): Object 0x31aa20 of class NSCFArray autoreleased with no pool in place - just leaking Can anyone help me? Kind regards, Tom _______________________________________________ Do not post admin requests to the list. They will be ignored. Bluetooth-dev mailing list (Bluetooth-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/bluetooth-dev/site_archiver%40lists.a... This email sent to site_archiver@lists.apple.com