#44899: signal timer not freed Open Date: 2022-06-21 21:41 Last Update: 2022-06-24 01:22 URL for this Ticket: https://osdn.net//projects/freeciv/ticket/44899 RSS feed for this Ticket: https://osdn.net/ticket/ticket_rss.php?group_id=12505&tid=44899 --------------------------------------------------------------------- Last Changes/Comment on this Ticket: 2022-06-24 01:22 Updated by: cazfi Comment: Reply To cazfi Maybe we should move signal handling stuff to a completely new module? -> #44914 --------------------------------------------------------------------- Ticket Status: Reporter: cazfi Owner: (None) Type: Bugs Status: Open Priority: 5 - Medium MileStone: (None) Component: Server Severity: 5 - Medium Resolution: None --------------------------------------------------------------------- Ticket details: If user has pressed ctrl+c in any time when the server has been running, the timer created for detecting consecutive ctrl+c is never freed, even if the server later exits cleanly. civserver.c does not have a header file of it's own for declaring a function to free things allocated in that module. Maybe we should move signal handling stuff to a completely new module? -- Ticket information of Freeciv project Freeciv Project is hosted on OSDN Project URL: https://osdn.net/projects/freeciv/ OSDN: https://osdn.net URL for this Ticket: https://osdn.net/projects/freeciv/ticket/44899 RSS feed for this Ticket: https://osdn.net/ticket/ticket_rss.php?group_id=12505&tid=44899