Hi!
I have a program and in this program I have to do a lot of close´s and free´s. The program is something like this:
int main(int argc, char** argv) {
FILE* pFile = NULL;
FILE* pFile2 = NULL;
char* pChar = NULL;
pChar = (char*)malloc(30);
/* and more lines of code... */
return...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.