diff options
-rw-r--r-- | src/onetimebluh.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/onetimebluh.c b/src/onetimebluh.c index 5754fdf..08f147d 100644 --- a/src/onetimebluh.c +++ b/src/onetimebluh.c @@ -283,6 +283,8 @@ void xor (Opts* opzioni) { if (opzioni->input) { fclose (mex); + } else if (!opzioni->input) { + free (input); } if (opzioni->output) { @@ -480,6 +482,8 @@ void bluh (Opts* opzioni) { if (opzioni->input) { fclose (mex); + } else if (!opzioni->input) { + free (input); } if (opzioni->output) { |