Strange leaks founded...
Hi there!
I was seeking leaks in my app after making some changes and I've found 29 leaks wich doesn't seem to be part of my code, but I've never found them before... The Instruments leaks' panel shows this:
************************************************** *************
Leaked Object: GeneralBlock-16
#: 15
Adress: <multiple>
Size: 240 Bytes
Responsible Library: GraphicsServices
Responsible Frame: PurplePushEvent
--------------------------------------------------------
Leaked Object: GSEvent
#:
Adress: 0x163f50
Size: 128 Bytes
Responsible Library: GraphicsServices
Responsible Frame: CreateWithEventRecord
************************************************** *************
But I'm unable to see the code in this leaks (Instruments doesn't let me access the memory position) and I'm sure this code is not made but made (I think it is OpenGL code, but I've never seen before and I didn't make big changes in my app so OpenGL is running as it used to...).
Anyone knows what can be happening with this?
Thanks in advance!
|