free memory allocated for filenames
This commit is contained in:

committed by
Andrew Johnson

parent
c5f5e4e508
commit
0eb31ed70b
@ -224,6 +224,8 @@ got_header:
|
||||
fprintf(outFile,"}\n");
|
||||
fclose(inFile);
|
||||
fclose(outFile);
|
||||
free(outFilename);
|
||||
free(pname);
|
||||
return(0);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user