removed redundant code and fixed an invalid read of size 1 in ...unpadfour()

This commit is contained in:
TLINDEN
2014-02-09 17:50:00 +01:00
parent 118428da45
commit 91f94a532e
3 changed files with 11 additions and 54 deletions

View File

@@ -129,6 +129,7 @@ int pcpz85_decode(char *infile, char *outfile) {
goto errdz3;
}
free(encoded);
free(decoded);
return 0;