memory leaks, many of them
memory leaks, many of them
- Subject: memory leaks, many of them
- From: Matt Jaffa <email@hidden>
- Date: Mon, 5 Apr 2004 20:46:23 -0600
Hi,
When i use the command line
leaks tool,
it gives me these results:
Process 1464: 71363 nodes malloced for 4068 KB
Process 1464: 12663 leaks for 367344 total leaked bytes.
That is definitely bad right???
I can't see where in my program that memory would be leaking so much,
My app uses the sqlite database library a lot.
Could that be the cause of it,
Well I am using a SQLDatabase wrapper that i found off of someone's
demo,
that could be the cause also.
How do I got about fixing this, no where in my program have i used
init with any class,
so it must be coming from the sqlite.
Matt
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.