Don't pass callback argument to map_delete function in client destructor

master
Elias Fleckenstein 2021-07-12 10:56:16 +02:00
parent e5e092d888
commit f5b86f313b
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ static void client_start(int fd)
clientmap_deinit();
map_delete(client.map, NULL);
map_delete(client.map);
scene_delete(client.scene);
pthread_mutex_destroy(&client.mtx);