added missing buffer deallocation
This commit is contained in:
parent
43ea16b596
commit
7015a58762
@ -34,6 +34,7 @@ int main(void)
|
||||
}
|
||||
|
||||
//DEALLOCATION
|
||||
free(buffer);
|
||||
deallocateOutput(encrypted);
|
||||
|
||||
return 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user