I am new to C programming.
I just wrote a quite long program for my project, but I have memory
leak and the program keeps asking for more and more memory.
What are the basic rules for checking potential places for memory leak?
Are they any program to check which line is asking for a lot of
memeory?
Thanks a lot
I just wrote a quite long program for my project, but I have memory
leak and the program keeps asking for more and more memory.
What are the basic rules for checking potential places for memory leak?
Are they any program to check which line is asking for a lot of
memeory?
Thanks a lot
Comment