mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 12:00:56 +01:00
fixed memory leaks
This commit is contained in:
@@ -64,8 +64,9 @@ int pcptext_infile(char *infile) {
|
||||
fprintf(stdout, "%s isn't properly Z85 encoded - unknown file type.\n", infile);
|
||||
goto errtinf1;
|
||||
}
|
||||
|
||||
/* FIXME: try to import pk or sk */
|
||||
else
|
||||
/* FIXME: try to import pk or sk */
|
||||
free(bin);
|
||||
|
||||
/* still there? */
|
||||
fprintf(stdout, "%s looks Z85 encoded but otherwise unknown and is possibly encrypted.\n", infile);
|
||||
|
||||
Reference in New Issue
Block a user