Re: [cc65] Need some help with a memory leak

From: Per Olofsson <magervalp1gmail.com>
Date: 2010-05-14 15:08:09
On Tue, May 4, 2010 at 7:39 PM, Payton Byrd <plbyrd@gmail.com> wrote:
> I'm stumped trying to track down a memory leak and I'm hoping someone here
> can spend a little time to help me out.  The only place in my app where I'm
> dynamically allocating memory is creating the linked list that holds the
> directory information for a drive, so I know it's gotta be in there
> somewhere.

An interesting(?) bit of trivia: when I wrote the directory handling
code for C-Vote, whose SimpleMenu library you looked at when started
this project, I ran into a similar problem. I solved it with
debugmalloc:

http://www.paradroid.net/debugmalloc/
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo@musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
Received on Fri May 14 15:08:14 2010

This archive was generated by hypermail 2.1.8 : 2010-05-14 15:08:17 CEST