implemented why2_chat_deallocate_keys in client

This commit is contained in:
Václav Šmejkal 2024-04-13 13:17:03 +02:00
parent 62d2f10e65
commit ee3f319dd7
Signed by: ENGO150
GPG Key ID: 4A57E86482968843

View File

@ -126,6 +126,8 @@ int main(void)
free(return_line);
}
why2_chat_deallocate_keys(); //DEALLOCATE GETTERS FOR KEYS
why2_clean_memory(""); //RUN GARBAGE COLLECTOR
return 0;