implemented deallocateDoublePointer in logger-test
This commit is contained in:
parent
abecff2c33
commit
caaa9f9b00
@ -56,12 +56,9 @@ int main(void)
|
|||||||
exitCode = 1;
|
exitCode = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
//TODO: Create some function for deallocating decrypted
|
|
||||||
free(decrypted[0]);
|
|
||||||
free(decrypted);
|
|
||||||
|
|
||||||
//DEALLOCATION
|
//DEALLOCATION
|
||||||
free(usedKey);
|
free(usedKey);
|
||||||
deallocateLogger(logger);
|
deallocateLogger(logger);
|
||||||
|
deallocateDoublePointer(decrypted);
|
||||||
return exitCode;
|
return exitCode;
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user