[Scummvm-git-logs] scummvm-tools master -> ca8502f33cb72d38debe106538b0e480625ef44a

sev- sev at scummvm.org
Wed Apr 4 23:46:16 CEST 2018


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-tools' repo located at https://github.com/scummvm/scummvm-tools .

Summary:
ca8502f33c TOOLS: Remove unneeded free() calls


Commit: ca8502f33cb72d38debe106538b0e480625ef44a
    https://github.com/scummvm/scummvm-tools/commit/ca8502f33cb72d38debe106538b0e480625ef44a
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2018-04-04T23:45:54+02:00

Commit Message:
TOOLS: Remove unneeded free() calls

Changed paths:
    engines/prince/extract_prince.cpp


diff --git a/engines/prince/extract_prince.cpp b/engines/prince/extract_prince.cpp
index 57ca886..4dce073 100644
--- a/engines/prince/extract_prince.cpp
+++ b/engines/prince/extract_prince.cpp
@@ -96,7 +96,6 @@ void ExtractPrince::execute() {
 				}
 				print("mob.txt - done");
 				print("All done!");
-				free(pathBuffer);
 				_fFiles.close();
 			}
 		}
@@ -138,7 +137,6 @@ void ExtractPrince::execute() {
 			}
 			print("mob.txt - done");
 			print("All done!");
-			free(pathBuffer);
 			_fFiles.close();
 		}
 	}





More information about the Scummvm-git-logs mailing list