Quote (clacker @ Feb. 20 2005,18:35) |
Lii, when you leave out the free memory isn't freed, ever. This is known as a "memory leak." When you exit the function memory can't be freed by default, what if another function needed that memory and you put the pointer into a global variable? |