added missing why2-test's outputBuffer deallocation
so now if you don't count that fucking json-c library, there are no memory leaks FUCK YES
This commit is contained in:
parent
3b0a59545d
commit
6982bb2def
@ -91,6 +91,7 @@ int main(void)
|
||||
free(textBuffer);
|
||||
free(keyBuffer);
|
||||
free(statusBuffer);
|
||||
free(outputBuffer);
|
||||
deallocateOutput(encrypted);
|
||||
|
||||
return exitCode;
|
||||
|
Loading…
x
Reference in New Issue
Block a user