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