deallocating CS key on client exit

This commit is contained in:
Václav Šmejkal 2025-02-02 14:29:14 +01:00
parent cdbbdce47c
commit 06b1c8728c
Signed by: ENGO150
GPG Key ID: 4A57E86482968843

View File

@ -319,6 +319,7 @@ int main(void)
why2_deallocate(cmd_arg); why2_deallocate(cmd_arg);
why2_chat_deallocate_keys(); //DEALLOCATE GETTERS FOR KEYS why2_chat_deallocate_keys(); //DEALLOCATE GETTERS FOR KEYS
why2_chat_deallocate_client_server_key();
why2_clean_memory(""); //RUN GARBAGE COLLECTOR why2_clean_memory(""); //RUN GARBAGE COLLECTOR