1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-06-28 14:56:37 +02:00
Files
unrealircd/include
Bram Matthys a153a2cce3 Change definition of parse_ban_action_config(), was too easy to leak memory.
Often you have default values for the config, and then a subsequent config
parsing run would overwrite the return value (= memory leak), merging/appending
would make no sense either, so it would force a free in all code before
calling us, well... let's just deal with it ourselves instead then ;)
2023-07-14 08:08:47 +02:00
..
2023-06-17 18:08:51 +02:00
2000-02-28 22:45:44 +00:00
2004-05-13 16:39:23 +00:00
2023-07-07 11:34:16 +02:00