Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: Thomas Demmer , djgpp AT delorie DOT com From: Nate Eldredge Subject: Re: Error in BCD Date: Tue, 28 Apr 1998 20:37:41 -0700 Message-ID: <19980429033703.AAI3301@ppp104.cartsys.com> Precedence: bulk At 09:33 4/28/1998 +0200, Thomas Demmer wrote: >I don't think so. You will probably forget to >say > free(++tracks); >sooner or later and blow mallocs() internal lists. This may >give funny results at occasions seemingly totally unrelated >to the free() statement, and some hours of frustration. > >Rather give a damn about the overhead... Better still, fix the references to `tracks' to correctly access from 0 .. num_tracks-1. Yes, more work, but it's the Right fix. Nate Eldredge nate AT cartsys DOT com