A89: Re: Memory Leaks


[Prev][Next][Index][Thread]

A89: Re: Memory Leaks




int *p = malloc(sizeof(*p) * 500);
p = NULL;

for example.

-Kevin

-----Original Message-----
From: Brian Maxwell <bmaxwell@remc11.k12.mi.us>
To: Assembly-89 <assembly-89@lists.ticalc.org>
Date: Wednesday, October 18, 2000 6:01 PM
Subject: A89: Memory Leaks


>
>Can someone tell me what would cause a memory leak, since the program I'm
>workin on has one.
>
>




Follow-Ups: