diff --git a/src/chat/main/client.c b/src/chat/main/client.c index 5791ef3..ed10704 100644 --- a/src/chat/main/client.c +++ b/src/chat/main/client.c @@ -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;