@@ -615,10 +615,11 @@ static void *handle_connection(void *args) {
print_error("Couldn't save a file!");
print_separator();
close(c->socket);
// Cleanup
free(c);
free(slug);
pthread_exit(NULL);
return NULL;
}
The note is not visible to the blocked user.