free memory allocated for filenames

This commit is contained in:
Grzegorz Kowalski
2024-09-04 09:59:55 -05:00
committed by Andrew Johnson
parent c5f5e4e508
commit 0eb31ed70b
+2
View File
@@ -224,6 +224,8 @@ got_header:
fprintf(outFile,"}\n");
fclose(inFile);
fclose(outFile);
free(outFilename);
free(pname);
return(0);
}