bluetooth inquiry - _NSAuroreleaseNoPool - ANSI C
bluetooth inquiry - _NSAuroreleaseNoPool - ANSI C
- Subject: bluetooth inquiry - _NSAuroreleaseNoPool - ANSI C
- From: "Tom Burger" <email@hidden>
- Date: Mon, 26 Nov 2007 15:34:42 +0100
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 (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden