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:
Václav Šmejkal 2022-08-25 11:55:42 +02:00
parent 3b0a59545d
commit 6982bb2def
No known key found for this signature in database
GPG Key ID: FD749A97DF2D5E19

View File

@ -91,6 +91,7 @@ int main(void)
free(textBuffer);
free(keyBuffer);
free(statusBuffer);
free(outputBuffer);
deallocateOutput(encrypted);
return exitCode;