Re: memory leaks, many of them
Re: memory leaks, many of them
- Subject: Re: memory leaks, many of them
- From: Matt Jaffa <email@hidden>
- Date: Mon, 5 Apr 2004 21:01:46 -0600
And now when I release some things I noticed were not being released,
the memory leak count went up.
On Apr 5, 2004, at 8:46 PM, Matt Jaffa wrote:
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.
_______________________________________________
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.